/* BLUMAPS STYLES */
.blumaps-element {
	position: relative;
	overflow: hidden;
	font-size: 0;
	height: 420px;
}
.blumaps-element input,
.blumaps-element button,
.blumaps-element a,
.blumaps-element a:active {
	outline: none;
	box-shadow: none;
	text-decoration: none !important;
	z-index: 3;
}

/** Logo da Blucom **/
.powered-by-blucom {
	width: 150px;
	height: 13px;
	bottom: 5px;
	right: 10px;
	font-size: 9px;
	text-align: center;	
	color: black;
	position: fixed;
	display: flex;
	gap: 5px;
	justify-content:flex-end;
	align-items: center;
}

.blucom-logo {
	height: 10px;
}

/** Botões de controle **/
.blumaps-controls {
	position: absolute;
	right: 10px;
	top: 10px;
	gap: 20px;
	display: flex;
	flex-direction: column;
}

/** Botões de pisos **/
.blumaps-level-button {    
	background-color: var(--primary-color);
	color: var(--white);
	cursor: pointer;
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;	
	text-align: center;	
	width: 45px;
	height: 45px;	
	border-radius: 45px;	
	border: none;	
}

.blumaps-level-button.blumaps-selected {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
	background-color: var(--secondary-color);
	color: var(--primary-color);	
}

/** Botão de AI Assistence **/
.blumaps-aiassistence {
	display: block;	
	position: fixed;
	width: 350px;
    bottom: 20px;
    left: 50%;        
    transform: translate(-50%, -50%);
	z-index: 8;
}

.btn-aiasssistence {
	background: no-repeat 3px 2px;
    background-image: url(../../assets/buttons/aiassistence.png);
    background-size: 38px 38px;	
    background-color: var(--primary-color);
	color: var(--white);
	cursor: pointer;
	display: block;
	font-size: 18px;
    line-height: 18px;
	font-weight: 500;	
	text-align: center;
	width: 45px;
	height: 45px;	
	border-radius: 45px;
    border: none;
}

.btn-promotions {
	background: no-repeat 4px 4px;
    background-image: url(../../assets/buttons/promotions.png);
    background-size: 36px 36px;	
    background-color: var(--primary-color);
	color: var(--white);
	cursor: pointer;
	display: block;
	font-size: 18px;
    line-height: 18px;
	font-weight: 500;	
	text-align: center;
	width: 45px;
	height: 45px;	
	border-radius: 45px;
    border: none;
}

/** Label do botão **/
.blumaps-button-label-menu {
	font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    top: 56px;
    left: 0px;
	width: 65px;
}

.blumaps-button-label-zoomin-mobile,
.blumaps-button-label-zoomin-mobilefreeroute {
	font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    top: 121px;
    left: 0px;
	width: 65px;
}

.blumaps-button-label-zoomout-mobile,
.blumaps-button-label-zoomout-mobilefreeroute {
	font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    top: 186px;
    left: 0px;
	width: 65px;
}

.blumaps-button-label-zoomin-site,
.blumaps-button-label-zoomin-kiosk {
	font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    bottom: 90px;
    right: 0px;
	width: 65px;
}

.blumaps-button-label-zoomout-site,
.blumaps-button-label-zoomout-kiosk {
	font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    bottom: 30px;
    right: 0px;
	width: 65px;
}

.blumaps-button-label-clear {
	font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    top: 251px;
    left: 0px;
	width: 65px;
}

.blumaps-button-label-center {
	font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    top: 316px;
    left: 0px;
	width: 65px;
}

.blumaps-button-label-language {
	font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    top: 56px;
    right: 0px;
	width: 65px;
}

.blumaps-promotions-label {
    font-size: 9px;
    margin: 0;
    padding: 0;
    line-height: 10px;
	color: var(--primary-color);
	position: absolute;
	text-align: center;
    top: 316px;
    right: 0px;
	width: 65px;
}

/** Informação do piso selecionado **/
.blumaps-level-info {
	display: block;	
	position: fixed;
	width: 100%;
    bottom: 30px;
    /**
	left: 50%;        
    transform: translate(-50%, -50%); 
	**/
	z-index: 8;
}

.blumaps-level-info-text {
	display: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: var(--secondary-color);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.blumaps-level-info-text.selected {
	display: block;
}

.blumaps-routes-time-info {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

.blumaps-routes-time {
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 5px;
}

.blumaps-time-to-destination {	
	margin: 0;
	text-align: center;
	color: var(--secondary-color);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	display: block;
	font-weight: 400;
}

.gate-info-voo {
	display: flex;
	gap: 1em;
	align-items: center;
}

#loading-blumaps {
	background-color: white;
	z-index: 9999;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spinner {
	border: 4px solid rgba(0, 0, 0, 0.1);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border-left-color: var(--primary-color);
	animation: spin 1s infinite linear;
  }
  
  @keyframes spin {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

.blumaps-element a:focus {
	outline: none;
}

.blumaps-element > * {
	opacity: 1;
	transition: opacity 0.4s;
}

.blumaps-element.blumaps-loading > * {
	opacity: 0;
}

.blumaps-element strong {
	color: #333;
}

/* Preloader & Error */
.blumaps-element.blumaps-loading { background: url(../../assets/icons/loader.gif) no-repeat center; }
.blumaps-element.blumaps-error { background: url(../../assets/icons/error-icon.png) no-repeat center; }

/* Scrollbars */
/* Firefox */
.blumaps-element * {
	scrollbar-width: thin;
	scrollbar-color: #ddd #fdfdfd;
}

/* Chrome, Edge, and Safari */
.blumaps-element *::-webkit-scrollbar {
	width: 12px;
}

.blumaps-element *::-webkit-scrollbar-track {
	background-color: #fdfdfd;
}

.blumaps-element *::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 20px;
	border: 3px solid #fdfdfd;
	box-sizing: border-box;
}

.map-container { 
	margin-bottom: 0px !important; 
}

.blumaps-element .blumaps-tooltip * { scrollbar-color: #ddd #fff; }
.blumaps-element .blumaps-tooltip *::-webkit-scrollbar-track { background-color: #fff; }
.blumaps-element .blumaps-tooltip *::-webkit-scrollbar-thumb { border: 3px solid #fff; }

/* Map container */
.blumaps-container {
	display: inline-block;
	position: relative;	
    width: calc(100% - 400px);
	height: 100%;
}

@media (min-width: 1000px) {
	.blumaps-container {
		width: 100%;  /* desktop */
	}
}

.blumaps-map {
	transform-origin: 0 0;
}

/* Map layer */
.blumaps-layer img { width: 100%; }

.blumaps-map .blumaps-map-image {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Animation and stuff */
.blumaps-layer {
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	display: block;
	transition: transform 0.3s, opacity 0.3s;
}
.blumaps-layer.blumaps-visible { 
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.blumaps-layer.blumaps-hidden {
	pointer-events: none;
	display: none;

}
.blumaps-layer.blumaps-layer-up { transform: /*scale(1.1)*/ translateY(-100px); }
.blumaps-layer.blumaps-layer-down { transform: /*scale(0.9)*/ translateY(100px); }

/* Hand cursor */
.blumaps-map.blumaps-zoomable .blumaps-map-image { cursor: url(../../assets/icons/openhand.cur), default; }
.blumaps-map.blumaps-zoomable.blumaps-dragging .blumaps-map-image { cursor: url(../../assets/icons/closedhand.cur), move; }

/* Marker types */
.blumaps-pin {
	background-color: #fb7575;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 6px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 0;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	margin-top: -6px;
	position: absolute !important;
	transform-origin: 50% 50%;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.blumaps-pin:before {
	box-sizing: content-box !important;
}

.blumaps-pin.hide {
	display: none;
}

.blumaps-pin.blumaps-active {
	display: block !important;
}

.blumaps-pin.pin-label {
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.blumaps-pin.pin-text {
	background: transparent !important;
	border-radius: 0;
	color: #666;
}

.blumaps-pin {
	background-color: #dd3333;
	border-color: #dd3333;
	background-image: none;
	background-size: contain;
	border-radius: 50%;
	box-sizing: border-box;
	line-height: 21px;
	font-size: 12px;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	transform-origin: 50% 50%;
}

#blumaps-direction {
	position: absolute !important;
	width: 100px;
    height: 100px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.5));
    clip-path: polygon(0% -20%, 50% 50%, 80% 0%);
	transform: translate(-50px, -50px) rotate(0deg) scale(1);
}


#blumaps-direction:before {
	box-sizing: content-box !important;
}

.blumaps-pin.pin-square {
	background-color: #ffdd00;
	border-color: #ffdd00;
	border-radius: 0;
}

.blumaps-pin.pin-square.pin-bordered:before { border-radius: 0; }

.blumaps-pin.pin-rounded {
	background-color: #ffc20e;
	border-color: #ffc20e;
	border-radius: 4px;
}

.blumaps-pin.pin-rounded.pin-bordered:before { border-radius: 7px; }

.blumaps-pin.pin-sm {
	margin: -5px 0 0 -5px;
	font-size: 0;
	width: 10px;
	height: 10px;
}

.blumaps-pin.pin-sm.pin-rounded { border-radius: 3px; }

.blumaps-pin.pin-lg {
	margin: -14px 0 0 -14px;
	font-size: 15px;
	line-height: 30px;
	width: 28px;
	height: 28px;
	box-sizing: border-box;
}

.blumaps-pin.pin-bordered {
	background-color: white !important;
	background-image: none;
	color: #333 !important;
	line-height: 18px;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
}

.blumaps-pin.pin-bordered:before {
	border-color: inherit;
	border-style: solid;
	border-radius: 50%;
	border-width: 3px;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: -3px;
	top: -3px;
}

.blumaps-pin.pin-triangle {
	margin-top: -20px;
	transform-origin: 50% 140%;
}

.blumaps-pin.pin-triangle:before {
	border-style: solid;
	border-width: 9px 8px 0 8px;
	border-color: inherit;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 2px;
}

/* classic */
.blumaps-pin.pin-classic {
	background-color: #f23543;
	background-image: none;
	border-color: #f23543;
	border-radius: 10px;
	line-height: 22px !important;
	width: 20px;
	height: 20px;
	margin-top: -22px;
	margin-left: -10px;
	transform-origin: 50% 140%;
}

.blumaps-pin.pin-classic:before {
	border-style: solid;
	border-width: 9px 8px 0 8px;
	border-color: inherit;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 2px;
}

.blumaps-pin.pin-marker {
	background-color: #ffc20e;
	border-color: #ffc20e;
	background-image: none;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	line-height: 20px;
	margin-top: -9px;
	margin-left: -9px;
	transform-origin: 50% 50%;
}

.blumaps-pin.pin-marker:before {
	border-color: inherit;
	border-style: solid;
	border-width: 6px;
	border-radius: 50%;
	content: '';
	display: block;
	opacity: 0.2;
	width: 18px;
	height: 18px;
	position: absolute;
	left: -6px;
	top: -6px;
}

.blumaps-pin.pin-disk {
	background-color: white !important;
	background-image: none;
	border-color: #ffc20e;
	border-radius: 8px;
	color: #333 !important;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	transform-origin: 50% 50%;
}

.blumaps-pin.pin-disk:before {
	border-color: inherit;
	border-style: solid;
	border-width: 3px;
	border-radius: 16px;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -3px;
	top: -3px;
}

.blumaps-pin.pin-ribbon {
	background-color: #46b450;
	background-image: none;
	border-color: #46b450;
	border-radius: 2px 2px 2px 0;
	height: 16px;
	line-height: 16px;
	min-width: 10px;
	width: auto;
	padding: 0 3px;
	margin-left: -8px;
	margin-top: -20px;
	transform-origin: 8px 20px;
}

.blumaps-pin.pin-ribbon:after {
	border-style: solid;
	border-width: 0 8px 4px 0;
	border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 0px;
}

.blumaps-pin.pin-ribbon:before {
	border-style: solid;
	border-width: 0 8px 4px 0;
	border-color: inherit;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 0px;
}

.blumaps-pin.pin-dot {
	background-color: transparent !important;
	background-image: none;
	border-color: #29afa1;
	border-radius: 0;
	color: #333 !important;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	min-width: 10px;
	width: auto;
	padding: 0 3px;
	margin-left: 4px;
	margin-top: -8px;
	transform-origin: -4px 8px;
}

.blumaps-pin.pin-dot:before {
	border-color: inherit;
	border-style: solid;
	border-width: 3px;
	border-radius: 12px;
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 5px;
	left: -7px;
}

.blumaps-pin.pin-image {
	background-size: 32px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	font-size: 0 !important;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	transform-origin: 50%;
}

.blumaps-pin.pin-icon {
	background-size: 16px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 0 !important;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	transform-origin: 50%;
}

.blumaps-pin.pin-circle {
	background: none !important;
	border: 2px solid #fb7575;
	width: 8px;
	height: 8px;
	margin-left: -6px;
	margin-top: -6px;
	transform-origin: 50% 50%;
}

.blumaps-pin.pin-transparent {
	background-image: none;
	background-color: #795ecd;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0.5 !important;
	transform-origin: 50% 50%;
}

.blumaps-pin.pin-md {
	border-radius: 50%;
	margin-left: -10px;
	margin-top: -10px;
	line-height: 20px;
	width: 20px;
	height: 20px;
}

.blumaps-pin.pin-pulse {
	background-image: url(../../assets/icons/pin-floripa-airport.png); 
	background-color: transparent;
	background-size: 28px 34px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 28px;
    height: 34px;
    margin-top: -23px;
    margin-left: -9px;
    position: absolute;
    transform-origin: 50% 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.blumaps-pin.pin-pulse:before {
	content: '';
	border: 2px solid #ffde00;
	border-radius: 30px;
	height: inherit;
	width: inherit;
	top: -2px;
	left: -2px;
	position: absolute;
	animation: pulsate 1.8s ease-out;
	animation-iteration-count: infinite;
	animation-delay: 1s;
	opacity: 0;
	box-sizing: content-box;
}

#blumaps-info-icon {		
	bottom: 7px;
	left: 16px;	
	position: fixed;
	display: flex;
	justify-content:flex-start;	
	cursor: pointer;
}

.info-icon {
	width: 28px;
	height: 28px;
}

/* Mobile */
@media all and (max-width: 667px) {
	#blumaps-info-icon {
		bottom: 4px;
		left: 4px;		
	}
}

@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(1, 1); opacity: 0.0;}
	25% {opacity: 0.5; }
	50% {-webkit-transform: scale(1.6, 1.6); opacity: 0.0;}
}

/* Minimap */
.blumaps-minimap {
	border: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	margin: 12px;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	overflow: hidden;
	transition: opacity 0.4s;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.blumaps-minimap-layer { line-height: 0; }
.blumaps-minimap img { width: 100%; }

.blumaps-minimap-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.blumaps-minimap .blumaps-minimap-active {
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
}

.blumaps-minimap-background {
	width: 140px !important;
	-webkit-filter: blur(2px);
}

/* UI Buttons */
.blumaps-button {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border: none !important;
	border-radius: 0;
	cursor: pointer;
	width: 28px;
	height: 28px;
	padding: 0;
	position: relative;
	transition: background-color 0.2s;
}

.blumaps-element .blumaps-button:focus,
.blumaps-button:hover,
.blumaps-button:focus {
	background-color: var(--secondary-color);
	color: var(--primary-color);
}

.blumaps-container > .blumaps-button {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
	position: absolute;
	margin: 10px;
	z-index: 2;
}

.blumaps-icon {
	box-sizing: content-box;
	fill: #000000;
	width: 14px !important;
	height: 14px !important;
	margin: 6px;
	position: absolute;
	top: 0;
	left: 0;
}

.blumaps-icon-filter { fill: white;}

/* Menu Button */
.blumaps-mobile-menu-button {
	background-size: 24px 24px;
	display: none;
	top: 0px;
	left: 0;
	background-color: var(--primary-color) !important;
	box-shadow: 0 0 0 0 !important;
	cursor: pointer;
	display: block;
	font-size: 0px;
	font-weight: 100;
	line-height: 20px;
	padding: 4px 10px;
	text-align: center;
	user-select: none;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	transition: transform 0.2s;
	position: relative;
	background: url(../../assets/icons/magnifier-white.svg) no-repeat center;
}

/* Close Menu Button */
.blumaps-sidebar-close {
	background-color: white;
}

.blumaps-sidebar-close-button {
	border: none !important;
    background-size: 12px 12px !important;
	display: none;
	top: 0;
	left: 0;
	background-color: var(--primary-color) !important;
	box-shadow: 0 0 0 0 !important;
	cursor: pointer;
	display: block;
	font-size: 0px;
	font-weight: 100;
	line-height: 20px;
	padding: 4px 10px;
	margin-bottom: 0.5em;
	text-align: center;
	user-select: none;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	transition: transform 0.2s;
	position: relative;
	background: url(../../assets/icons/cross-white.svg) no-repeat center;
}

#blumaps-use-info {
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 99;
	position: absolute;
	top: 0;
}

.instructions-info {
	top: 48%;
    position: absolute;
    text-align: center;
    width: 80%;
    font-size: 14px;
    background-color: var(--primary-color);
    margin: 1.5em;
    border-radius: 8px;
	color: white;
}

.btns {
    display: flex;
    justify-content: center;
    gap: 1em;
	margin-top: 2em;
}

#btn-begin {
	display: none;
	height: 45px;
	width: 100px;
	background-color: white;
	color: black;
	font-weight: 500;
	border: none;
	border-radius: 25px;
	font-size: 16px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

#btn-next {	
	display: none;
	height: 45px;
	width: 100px;
	background-color: rgb(255, 221, 0);
	color: black;
	font-weight: 500;
	border: none;
	border-radius: 25px;
	font-size: 16px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.instructions-content {
	display: flex;
	flex-direction: column;
}

.div-btns {
	height: 360px;
}

.div-info-text {
	background-color: white;
    border-radius: 10px;
    margin: 0 2em;
}

.info-paragraph {
	color: var(--primary-color);
    font-size: 16px;
    text-align: center !important;
    margin: 1em !important;
}

@media all and (max-height: 667px) {
	.div-btns {
		height: 350px;
	}

	.btns {
		margin-top: 1em;
	}

	.info-text {
		font-size: 18px;
		padding: 0.25em 0 0;
		margin-bottom: 0.25em;
	}

	.info-paragraph {
		font-size: 13px;
		margin: 0.5em 0.5em 1em!important;
		line-height: 16px;
	}
}

.info-text {
	text-align: center;
    color: var(--primary-color);
    font-weight: 300;
    padding: 0.5em 0 0;
}

#btn-back {	
	display: none;
	height: 45px;
	width: 100px;
	font-weight: 500;
	background-color: rgb(255, 221, 0);
	color: black;
	border: none;
	border-radius: 25px;
	font-size: 16px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

#use-info-1 {
	display: none;
}

/* Caixa de diálogo */
.dialog-box1 {
    position: relative; /* Necessário para posicionar o triângulo */
	top: 15px;
	left: 70px;
    max-width: 125px;
    padding: 2px !important;
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;	
	text-align: center;	
}

/* Triângulo centralizado na lateral esquerda */
.dialog-box1::after {
    content: '';
    position: absolute;
    top: 50%; /* Alinha o triângulo verticalmente ao centro */
    left: -10px; /* Posiciona o triângulo fora da caixa */
    transform: translateY(-50%); /* Centraliza o triângulo completamente */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0; /* Define o tamanho do triângulo */
    border-color: transparent var(--primary-color) transparent transparent; /* Cor do triângulo */
}

.dialog-box2 {
    position: relative; /* Necessário para posicionar o triângulo */
	top: 40px;
	left: 70px;
    max-width: 125px;
    padding: 2px !important;
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;	
	text-align: center;	
}

/* Triângulo centralizado na lateral esquerda */
.dialog-box2::after {
    content: '';
    position: absolute;
    top: 50%; /* Alinha o triângulo verticalmente ao centro */
    left: -10px; /* Posiciona o triângulo fora da caixa */
    transform: translateY(-50%); /* Centraliza o triângulo completamente */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0; /* Define o tamanho do triângulo */
    border-color: transparent var(--primary-color) transparent transparent; /* Cor do triângulo */
}

.dialog-box3 {
    position: relative; /* Necessário para posicionar o triângulo */
	top: 68px;
	left: 70px;
    max-width: 125px;
    padding: 2px !important;
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;	
	text-align: center;	
}

/* Triângulo centralizado na lateral esquerda */
.dialog-box3::after {
    content: '';
    position: absolute;
    top: 50%; /* Alinha o triângulo verticalmente ao centro */
    left: -10px; /* Posiciona o triângulo fora da caixa */
    transform: translateY(-50%); /* Centraliza o triângulo completamente */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0; /* Define o tamanho do triângulo */
    border-color: transparent var(--primary-color) transparent transparent; /* Cor do triângulo */
}

.dialog-box4 {
    position: relative; /* Necessário para posicionar o triângulo */
	top: 95px;
	left: 70px;
    max-width: 125px;
    padding: 2px !important;
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;	
	text-align: center;	
}

/* Triângulo centralizado na lateral esquerda */
.dialog-box4::after {
    content: '';
    position: absolute;
    top: 50%; /* Alinha o triângulo verticalmente ao centro */
    left: -10px; /* Posiciona o triângulo fora da caixa */
    transform: translateY(-50%); /* Centraliza o triângulo completamente */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0; /* Define o tamanho do triângulo */
    border-color: transparent var(--primary-color) transparent transparent; /* Cor do triângulo */
}

#use-info-2 {
	display: none;
	position: absolute;
	right: 0;
}

.dialog-box5 {
    position: relative; /* Necessário para posicionar o triângulo */
	top: 15px;
	right: 70px;
    max-width: 180px;
    padding: 2px !important;
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;	
	text-align: center;	
}

/* Triângulo centralizado na lateral esquerda */
.dialog-box5::after {
    content: '';
    position: absolute;
    top: 50%; /* Alinha o triângulo verticalmente ao centro */
    right: -10px; /* Posiciona o triângulo fora da caixa */
    transform: translateY(-50%); /* Centraliza o triângulo completamente */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px; /* Define o tamanho do triângulo */
    border-color: transparent transparent transparent var(--primary-color); /* Cor do triângulo */
}

.dialog-box6 {
    position: relative; /* Necessário para posicionar o triângulo */
	top: 39px;
	right: 70px;
    max-width: 180px;
    padding: 2px !important;
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;	
	text-align: center;	
}

/* Triângulo centralizado na lateral esquerda */
.dialog-box6::after {
    content: '';
    position: absolute;
    top: 50%; /* Alinha o triângulo verticalmente ao centro */
    right: -10px; /* Posiciona o triângulo fora da caixa */
    transform: translateY(-50%); /* Centraliza o triângulo completamente */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px; /* Define o tamanho do triângulo */
    border-color: transparent transparent transparent var(--primary-color); /* Cor do triângulo */
}

.dialog-box7 {
    position: relative; /* Necessário para posicionar o triângulo */
	top: 55px;
	right: 70px;
    max-width: 180px;
    padding: 2px !important;
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;	
	text-align: center;	
}

/* Triângulo centralizado na lateral esquerda */
.dialog-box7::after {
    content: '';
    position: absolute;
    top: 50%; /* Alinha o triângulo verticalmente ao centro */
    right: -10px; /* Posiciona o triângulo fora da caixa */
    transform: translateY(-50%); /* Centraliza o triângulo completamente */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px; /* Define o tamanho do triângulo */
    border-color: transparent transparent transparent var(--primary-color); /* Cor do triângulo */
}

.dialog-box-text7 {
	line-height: 14px !important;
}

.dialog-box-text8 {
	line-height: 15px !important;
}

.dialog-box8 {
    position: relative; /* Necessário para posicionar o triângulo */
	top: 59px;
	right: 70px;
    max-width: 180px;
    padding: 2px !important;
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;	
	text-align: center;	
}

/* Triângulo centralizado na lateral esquerda */
.dialog-box8::after {
    content: '';
    position: absolute;
    top: 41%; /* Alinha o triângulo verticalmente ao centro */
    right: -10px; /* Posiciona o triângulo fora da caixa */
    transform: translateY(-50%); /* Centraliza o triângulo completamente */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px; /* Define o tamanho do triângulo */
    border-color: transparent transparent transparent var(--primary-color); /* Cor do triângulo */
}

.dialog-box9 {
    position: relative; /* Necessário para posicionar o triângulo */
	top: 63px;
	right: 70px;
    max-width: 180px;
    padding: 2px !important;
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;	
	text-align: center;	
}

/* Triângulo centralizado na lateral esquerda */
.dialog-box9::after {
    content: '';
    position: absolute;
    top: 62%; /* Alinha o triângulo verticalmente ao centro */
    right: -10px; /* Posiciona o triângulo fora da caixa */
    transform: translateY(-105%); /* Centraliza o triângulo completamente */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px; /* Define o tamanho do triângulo */
    border-color: transparent transparent transparent var(--primary-color); /* Cor do triângulo */
}

.dialog-box-text {
	line-height: 6px !important;
}

/* Center Button */
.blumaps-center-button {
	background: no-repeat 9px;
    background-image: url(../../assets/buttons/centermap.png);
    background-size: 25px 25px;	
	background-color: var(--primary-color) !important;	
	cursor: pointer;
	display: block;	
	width: 45px;
	height: 45px;
	border-radius: 45px;
	transition: transform 0.2s;
	border: none;
	position: relative;
	top: 260px;
	left: 0;	
	user-select: none;	
}

/* Clear Button */
.blumaps-clear-button {
	background: no-repeat 9px;
    background-image: url(../../assets/icons/clean.png);
    background-size: 25px 25px;	
	background-color: var(--primary-color) !important;	
	cursor: pointer;
	display: block;	
	width: 45px;
	height: 45px;
	border-radius: 45px;
	transition: transform 0.2s;
	border: none;
	position: relative;
	top: 195px;
	left: 0;	
	user-select: none;	
}

.inform-location {
	display: flex;
}

/* Definição da animação de piscar */
@keyframes blinkBlue {
	0% {
	  color: var(--primary-color);
	}
	20% {
	  color: var(--primary-color-opacity); /* Torna o texto invisível no meio da animação */
	}
	100% {
	  color: var(--primary-color);
	}
  }

.title-inform-location {
	animation: blinkBlue 2s infinite;
	font-size: 20px;
	margin: 12px 24px 12px 24px;
}

/* Zoom Buttons */
.blumaps-zoom-buttons {	
	margin: 10px;
	position: absolute;
	left: 0;
	top: 65px;
	gap: 20px;
    display: flex;
    flex-direction: column;
}

.blumaps-zoom-buttons button {
	display: block;
}

.blumaps-zoom-buttons button:disabled {
	cursor: default;
}

.blumaps-zoom-buttons-default {	
	margin: 10px;
	position: absolute;
	right: 0;
	bottom: 30px;
	gap: 15px;
    display: flex;
    flex-direction: column;
}

.blumaps-zoom-buttons-default button {
	display: block;
}

.blumaps-zoom-buttons-default button:disabled {
	cursor: default;
}

button.blumaps-zoomin-button {
	background-color: var(--primary-color);
	color: white;
	cursor: pointer;
	display: block;
	font-size: 24px;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	user-select: none;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	transition: transform 0.2s;
	position: relative;
}

button.blumaps-zoomout-button {
	background-color: var(--primary-color);
	color: white;
	cursor: pointer;
	display: block;
	font-size: 30px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	user-select: none;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	transition: transform 0.2s;
	position: relative;
}

/* Levels (old) */
.blumaps-levels {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
	position: absolute;
	top: 0;
	right: 0;
	margin: 12px;
}

.blumaps-levels > * {
	display: block;
	box-sizing: border-box;
}

.blumaps-levels-select {
	background-color: #fff;
	border: none;
	border-radius: 0;
	color: #2f3435;
	margin: 0;
	padding: 8px;
	margin-right: 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	outline: none;
	-webkit-appearance: none;
}

.blumaps-levels button {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 4px;
	border: none;
	border-radius: 0;
	cursor: pointer;
	padding: 0;
	height: 50%;
	width: 20px;
	position: absolute;
	right: 0;
}

.blumaps-levels .blumaps-levels-down { bottom: 0; }

.blumaps-levels .blumaps-icon {
	width: 8px;
	height: 4px;
	margin: 0;
	margin-left: -4px;
	margin-top: -2px;
	left: 50%;
	top: 50%;
}

.blumaps-levels button:disabled {
	background-color: #eee;
	cursor: default;	
}

.blumaps-levels {
	display: none;
}

/** Logo Cliente Mobile**/
.blumaps-banner {
    width: 160px;
    position: absolute;
    z-index: 1;	
	top: 30px;
	left: 50%; 
	transform: translate(-50%, -50%);
}

/** SIDEBAR **/
.blumaps-sidebar,
.blumaps-sidebar-filterable {
	background-color: white;
	top: 0px;
	left: 0px;
	width: 30%;
	height: 80%;
	padding: 12px;
	display: block;
	position: fixed;
	box-sizing: border-box;	
}

.blumaps-sidebar-right .blumaps-sidebar { float: right; }
.blumaps-sidebar-right .blumaps-container { float: none; }

.blumaps-sidebar > * {
	pointer-events: auto;
}

.top-bar {
    position: absolute;
    z-index: 999;
    border-top: 2px solid var(--primary-color);
    top: 0;
    width: 100%;
}

.blumaps-container {
	max-height: 100% !important;
	float: right;
}

/** Cliente Logo at Sidebar **/
.blumaps-sidebar-logo {
	max-height: 10%;
	display: block;
	margin-left: auto;
	margin-right: auto;
    padding: 8px;
}

.blumaps-sidebar-div {
    box-sizing: border-box;
    background-color: white;
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: center;
	width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    border-top-style: solid;
    border-top-width: medium;
    border-top-color: var(--primary-color);
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: var(--secondary-color);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

/* toggle */
.blumaps-sidebar-toggle {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	top: 50%;
	left: 10px;
	margin: 0 !important;
	transition: opacity 0.2s;
}

.toggle-open {
	margin-left: 400px !important;
}

.blumaps-dynamic-sidebar:not(.blumaps-portrait) .blumaps-container {
	transition: width 0.4s;
}

.blumaps-portrait .blumaps-sidebar-toggle { display: none; }

.blumaps-sidebar-right .blumaps-sidebar-toggle {
	left: auto;
	right: 0;
	transform: rotate(180deg);
}

.blumaps-sidebar-toggle,
.blumaps-sidebar-toggle:hover,
.blumaps-element .blumaps-sidebar-toggle:focus,
.blumaps-element .blumaps-sidebar-toggle:active {
	background-color: var(--primary-color);
}

.blumaps-hidden-sidebar .blumaps-sidebar-toggle {
	margin: 0 !important;
}

.blumaps-sidebar-toggle .blumaps-icon-sidebar {
	fill: #fff;
	transition: transform 0.4s;
	width: 28px !important;
    height: 28px !important;
    margin-left: 6px;
    margin-top: 8px;
}
.blumaps-hidden-sidebar .blumaps-sidebar-toggle .blumaps-icon-sidebar { 
	transform: rotate(180deg);	
	margin-left: 9px;
}

.blumaps-sidebar {
	transition: margin 0.4s, opacity 0.4s;
}

.blumaps-hidden-sidebar .blumaps-container {
	width: 100%;
}

.blumaps-element.blumaps-hidden-sidebar:not(.blumaps-portrait) .blumaps-sidebar {
	margin-left: -30%;
	opacity: 0;
}

.blumaps-sidebar-right.blumaps-hidden-sidebar:not(.blumaps-portrait) .blumaps-sidebar {
	margin-left: 0;
	margin-right: -30%;
}

/* tags row */
.blumaps-sidebar.blumaps-sidebar-tagsrow .blumaps-filter-tags { display: flex; flex-wrap: wrap;}
.blumaps-sidebar.blumaps-sidebar-tagsrow .blumaps-sidebar-header { max-height: -webkit-fill-available; }

/* dim */
.blumaps-sidebar-dim {
	background-color: #000;
	opacity: 0;
	position: absolute;
	top: 12px;
	right: 12px;
	left: 12px;
	bottom: 12px;
	transition: opacity 0.2s;
	z-index: 1;
	pointer-events: none;
}

.blumaps-sidebar-header-opened.blumaps-sidebar-filterable .blumaps-sidebar-dim {
	opacity: 0.1;
	pointer-events: auto;
}

/* search */
.blumaps-sidebar-header {
	background-color: #fff;
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 16px 20px;
	position: absolute;
	right: 12px;
	left: 12px;
	margin-top: 8px;
	z-index: 2;
	max-height: 80px;
	transition: max-height 0.2s;
}

.blumaps-sidebar.blumaps-sidebar-header-opened.blumaps-sidebar-filterable .blumaps-sidebar-header {
	max-height: 80%;
}

.blumaps-sidebar-header > .blumaps-icon {
	margin-left: 20px;
	margin-top: 32px;
}

.blumaps-search-input {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 22px !important;
	font-family: inherit;
	line-height: 22px;
	width: 100%;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 50px 0 30px !important;
}

.blumaps-search-input::placeholder {
	opacity: 0.5;
	font-weight: 400;
}

input.blumaps-search-input:focus {
	outline: none !important;
}

.blumaps-search-input::-ms-clear { display: none; width:0; height:0; }

.blumaps-search-clear {
	background: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 28px;
	left: 16px;
	width: 24px;
	height: 24px;	
}

.blumaps-search-active .blumaps-search-clear { display: block; }
.blumaps-search-active .blumaps-icon.blumaps-icon-magnifier { display: none; }

.blumaps-search-clear:hover,
.blumaps-search-clear:active,
.blumaps-search-clear:focus {
	background: none;
	outline: none;
}

.blumaps-search-clear .blumaps-icon.blumaps-icon-cross {
	width: 12px;
	height: 12px;
	padding: 0;
	transition: transform 0.4s;
}

/* .blumaps-search-clear:hover .blumaps-icon-cross { transform: rotate(180deg); } */

.blumaps-search-toggle {
	background: var(--primary-color);
	border-radius: 50% !important;
	box-shadow: none;
	border: none;
	cursor: pointer;
	display: none;
	position: absolute;
	margin: 0;
	padding: 4px;
	top: 24px;
	right: 20px;
	width: 34px;
	height: 34px;
	transition: background-color 0.2s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
}

.blumaps-search-toggle:hover,
.blumaps-search-toggle:focus {
	background-color: var(--primary-color);
}

.blumaps-sidebar-filterable .blumaps-search-toggle { display: block; }
.blumaps-search-toggle .blumaps-icon { margin: 9px; top: 0 }
.blumaps-sidebar-header-opened.blumaps-sidebar-filterable .blumaps-search-toggle {
	background-color: var(--primary-color);
}

.blumaps-icon.blumaps-icon-cross {
	width: 8px;
	height: 8px;
	padding: 8px;
	top: 0;
}

/* Search Disabled */
.blumaps-sidebar-nosearch .blumaps-list-container { top: 12px; }

/* Tags */
.blumaps-filter-tags {
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	display: none;
	margin: 6px 0 0 0;
}

.blumaps-tag {
	background-color: #aaa;		
	border-radius: 30px;
	border: none;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin-right: 6px;
	display: inline-block;
	padding: 6px 12px 6px 12px;
}

.blumaps-tag > span {
	background-image: url(../../assets/icons/cross.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	display: inline-block;
	margin-left: 12px;
	width: 14px;
	height: 14px;
	opacity: 0.4;
}

/* Filters */
.blumaps-filter {
	margin: 10px -20px -6px -20px;
	overflow-y: auto;
	opacity: 0;
	transition: opacity 0.2s;
}

.blumaps-sidebar-header-opened.blumaps-sidebar-filterable .blumaps-filter { opacity: 1; }

.blumaps-filter > ul {
	padding: 0 !important;
	margin: 0 !important;
}

.blumaps-filter h5 {
	color: #aaa;
	font-size: 10px;
	margin: 5px 20px;
	font-weight: 400;
}


.blumaps-list-category { margin: 0 !important; }

.blumaps-list-category > a {
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f3434 !important;
	display: block;
	margin: 6px 10px;
	margin-bottom: 0;
	padding: 10px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background-color 0.2s;
}

.blumaps-list-category > a:hover,
.blumaps-list-category > a:focus {
	background-color: #f8f8f8;
}

.blumaps-list-category h4 {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
}

.blumaps-list-category h4.blumaps-margin {
	margin-top: 9px;
}

.blumaps-about {
	color: #aaa;
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
}

/* Thumbnail */
.blumaps-list-category .blumaps-thumbnail {
	background-color: #aaa;
	border: 2px solid transparent;
	border-radius: 50%;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
}

.blumaps-list-category .blumaps-thumbnail-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.blumaps-thumbnail {
	border-radius: 0px;
	box-shadow: none !important;
	margin-right: 10px;
	float: left;
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.blumaps-thumbnail-placeholder {
	background-color: #eee;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 34px;
	padding: 8px 4px;
	width: 50px;
	height: 50px;
	text-align: center;
}

.blumaps-list-category > a .blumaps-list-count {
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	margin-left: 4px;
	opacity: 0.5;
}

.blumaps-dir-item[data-location=init] {
	display: none !important;
}

.blumaps-dir-item > a {
	border-left: 2px solid transparent;
	padding: 10px 20px 10px 18px;
	text-decoration: none;
	transition: border, background-color 0.1s;
}

.blumaps-sidebar .blumaps-dir-item:hover > a,
.blumaps-sidebar .blumaps-dir-item > a:focus,
.blumaps-sidebar .blumaps-dir-item.blumaps-active > a {
	background-color: #f4f4f4;
	padding: 12px 20px;
}

/* Directory */
.blumaps-dir > h3 {
	border-bottom: 2px solid #fafafa;
	font-size: 32px;
	line-height: 60px;
	font-weight: 300;
	margin: 20px 0;
	padding-bottom: 0;
}

.blumaps-dir > h3 > span {
	border-bottom: 2px solid #888;
    display: inline-block;
    font-weight: 600;
    margin-bottom: -2px;
}

.blumaps-dir ul {
	padding-left: 0;
	list-style: none;
}

.blumaps-dir.blumaps-dir-results {
	margin-top: 40px;
	display: none;
}

.blumaps-dir-results-clear {
	background-color: #fafafa;
	border: none;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	font-weight: bold;
    font-size: 12px;
	margin-left: 20px;
	padding: 10px 12px;
	outline: none;
	vertical-align: middle;
	transition: background-color 0.2s;
}

.blumaps-dir-results-clear .blumaps-icon-cross {
	padding: 0;
	margin: 0 0 0 6px;
	position: static;
	transition: transform 0.4s;
}

.blumaps-dir-results-clear:hover .blumaps-icon-cross {
	transform: rotate(180deg);
}

.blumaps-dir-results-clear:hover,
.blumaps-dir-results-clear:active {
	background-color: #eee;
}


.blumaps-dir.blumaps-dir-horizontal ul {
	max-width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	margin-bottom: 40px;
}
.blumaps-dir.blumaps-dir-horizontal .blumaps-dir-item {
	white-space: normal;
	display: inline-block;
}

.blumaps-dir-item {
	border-color: var(--third-color);
	position: relative;
	overflow: hidden;
}

.blumaps-dir-item a {
	display: block;
	padding: 12px 0;
	transition: background-color 0.2s, padding 0.2s;
	box-sizing: border-box;
	text-decoration: none !important;
	line-height: 0 !important;
}

.blumaps-dir-item a:focus {
	outline: none;
}

.blumaps-dir-item a::after {
	content: "";
	clear: both;
	display: table;
	overflow: auto;
}

.blumaps-dir-item:hover a,
.blumaps-dir-item a:focus,
.blumaps-dir-item.blumaps-active > a {
	background-color: #fafafa;
	padding: 12px;
}

.blumaps-dir-item.blumaps-active > a {
	border-color: inherit;
}

.blumaps-dir-item h4 {
	color: #222;
	font-size: 14px;
	margin: 4px 0 !important;
	font-weight: 600;
	line-height: 20px !important;
	display: inline-block;
}

.blumaps-dir-grid ul {
	margin: 0 -20px;
}

.blumaps-dir-grid .blumaps-dir-item {
	margin-bottom: 20px;
	text-align: center;
}

.blumaps-dir-grid.blumaps-dir-columns .blumaps-dir-item {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

.blumaps-dir-grid .blumaps-dir-item h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.blumaps-dir-grid .blumaps-dir-item a {
	padding: 20px;
}

.blumaps-dir-grid .blumaps-thumbnail {
	margin-bottom: 12px;
	float: none;
	width: 100%;
	min-height: 180px;
}

.blumaps-dir-grid .blumaps-thumbnail-placeholder {
	line-height: 160px;
	font-weight: bold;
	font-size: 42px;
}

@media screen and (max-width: 992px) {
	.blumaps-dir-grid.blumaps-dir-columns .blumaps-dir-item {
		width: 33%;
	}
}

@media screen and (max-width: 600px) {
	.blumaps-dir-grid.blumaps-dir-columns .blumaps-dir-item {
		width: 50%;
	}
}

/* dir view */
.blumaps-dir-view {
	position: relative;
}

.blumaps-dir-view button {
	position: absolute;
	right: 30px;
	top: 0;
}

/* dir search */
.blumaps-dir-search {
	border: none;
	box-sizing: border-box;
	width: 100%;
	font-size: 36px;
	outline: none;
	padding: 12px 0;
	transition: padding 0.2s;
}

.blumaps-dir-search::placeholder {
	color: #ccc;
	font-weight: normal !important;
}

.blumaps-dir-search:focus {
	background-color: #fafafa;
	padding: 12px 20px;
}

.blumaps-dir-filter {
	border: none;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	padding: 22px 0;
	transition: padding 0.2s;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.blumaps-dir-filter:focus {
	background-color: #fafafa;
	padding: 22px 20px;
}

/* Tooltip */
.blumaps-tooltip {
	display: none;
	position: absolute;
	transform-origin: 0 0;
	padding-bottom: 30px;
	pointer-events: none;
}

.blumaps-tooltip:after {
	content: '';
	border-color: #fff transparent transparent transparent !important;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -7px;
	margin-top: -33px; /* SHIFT */
}

.blumaps-tooltip-wrap {
	background-color: #636363;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	max-width: 300px;
	min-width: 120px;
	pointer-events: auto;
	transform: translate(-50%, -100%);
	margin-top: -32px; /* SHIFT */

	transition: transform 0.1s;
}

.blumaps-tooltip-bottom .blumaps-tooltip-wrap {
	transform: translate(-50%, 0);
	margin-top: 17px; /* SHIFT */
}

.blumaps-tooltip-bottom.blumaps-tooltip:after {
	border-color: transparent transparent #fff transparent !important;
	border-width: 0 7px 8px 7px;
	margin-top: 10px;
}

.blumaps-tooltip-body {
	padding: 16px;
	background-color: #f5f5f5;
	color: #333333;	
}

.blumaps-tooltip-body:focus {
	outline: none;
}

.blumaps-tooltip-body::after {
	content: '';
	clear: both;
	display: table;
}

.blumaps-tooltip img {
	max-width: 100%;
}

.blumaps-tooltip-title {
	color: #333333;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 26px 0 0.5em !important;	
}
.blumaps-hovertip,
.blumaps-hovertip > .blumaps-tooltip-wrap {
	pointer-events: none;
}

.blumaps-hovertip > .blumaps-tooltip-wrap {
	min-width: 20px;
	padding: 6px 14px;
}

.blumaps-hovertip .blumaps-tooltip-title {
	margin: 0 !important;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.blumaps-tooltip-content {
	margin-top: 10px;
	margin-bottom: 6px;
	max-height: 160px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.blumaps-tooltip .blumaps-thumbnail {
	border-radius: 50% !important;
	width: 48px;
	height: 48px;
	margin-right: 12px;
}

.blumaps-tooltip-description,
.blumaps-tooltip p {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

.blumaps-tooltip p {
	margin-top: 0;
	margin-bottom: 6px !important;
}

.blumaps-tooltip-description p:last-child {
	margin: 0;
}

.blumaps-popup-link {
	background-color: #888;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	display: inline-block;
	float: right;
	margin-top: 4px;
	padding: 4px 8px;
	text-decoration: none;
	transition: background-color 0.2s, box-shadow 0.2s;
}

.blumaps-popup-link:hover {
	background-color: #666;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.blumaps-tooltip-expand {
	border: none;
	cursor: pointer;
	position: absolute;
	right: 50px;
	top: 8px;
	padding: 0;
	margin: 0;
	transition: opacity 0.2s;

}

.blumaps-tooltip-close {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 44px;
	top: 0;
	padding: 0;
	margin: 0;
	z-index: 100;
	transition: opacity 0.2s;
}

.blumaps-tooltip-close:hover {
	opacity: 1.0;
}

.blumaps-tooltip-close .blumaps-icon {
	background-color: #a80000 !important;
	border-radius: 50%;	
	fill: white;
}

/* Lightbox */
.blumaps-lightbox-title {
	color: #333;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}

.blumaps-lightbox {
	background-color: #fff;
	position: relative;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.blumaps-lightbox:after {
	content: '';
	display: block;
	clear: both;
}

.blumaps-lightbox-description,
.blumaps-lightbox p {
	font-size:  18px;
	line-height: 28px;
}

.blumaps-popup-image {
	outline: none;
}

.mfp-bg { z-index: 99981 !important; }
.mfp-wrap { z-index: 99982 !important; }
.mfp-content { z-index: 99983 !important; }

/* Lightbox animation */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

/* Toggle */
.blumaps-toggle {
	display: block;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	margin: 6px 0;
	min-width: 20px;
	min-height: 20px;
}

.blumaps-toggle > .blumaps-toggle-circle {
	background-color: #aaa;
	border-radius: 50%;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 18px;
	height: 18px;
	transform-origin: center;
	transform: scale(0);
	transition: 0.2s;
}

.blumaps-toggle:before {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	box-sizing: content-box;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
}

.blumaps-toggle > input { display: none; }
.blumaps-toggle > input:checked + span {
	transform: scale(0.7);
}

.blumaps-list-category { position: relative; }
.blumaps-list-category .blumaps-toggle {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	box-sizing: border-box;
}

/* Legend */
.blumaps-legend {
	background-color: rgba(255,255,255, 0.9);
	margin: 12px;
	padding: 0 8px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.blumaps-legend-label {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 6px 0;
	padding-left: 28px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.blumaps-legend-key {
	background-color: #aaa;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
	display: inline-block;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 8px;
}

/* Reveal */
.blumaps-revealed {
	visibility: visible !important;
}

/* Portrait mode */
.blumaps-portrait.blumaps-element {
	height: auto !important;
}

.blumaps-sidebar-img {
	position: absolute;
    top: 30px;
    left: 50%;
	width: 160px;
    transform: translate(-50%, -50%);
}

.blumaps-portrait .blumaps-container,
.blumaps-portrait .blumaps-sidebar {
	float: none;
	width: 100% !important;
}

.blumaps-portrait .blumaps-sidebar {
	min-height: 600px;
	/* max-height: 1000px; */
	position: absolute;
	z-index: 3;
	border-top: 2px solid var(--primary-color);
}

.blumaps-portrait .blumaps-tooltip {
	max-width: 280px;
}

.blumaps-portrait .blumaps-minimap-background {
	width: 100px !important;
}

/* Map */
.blumaps-map svg {
	width: 100%;
	height: 100%;
}

.blumaps-element svg a {
	cursor: pointer;
}

.blumaps-clickable:not(g),
g.blumaps-clickable > * {
	cursor: pointer;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.blumaps-map-image *[id^=MNOINT],
.blumaps-map-image *[id^=nopointer] {
	pointer-events: none;
}

[id^=MLOC] .blumaps-clickable,
[id^=landmark] .blumaps-clickable {
	cursor: pointer;
}

/* Developer tools */
.blumaps-coordinates {
	background-color: rgba(255, 255, 255, 0.9);
	color: #333;
	position: absolute;
	margin: 10px;
	margin-left: -80px;
	padding: 4px 6px;
	font-size: 14px;
	top: 0;
	left: 50%;
	pointer-events: none;
}

/* IE workaround */
@media all and (-ms-high-contrast:none) {
	.blumaps-zoomout-button { background: #fff url(../../assets/icons/minus.svg) no-repeat center !important; } 
	.blumaps-zoomin-button { background: #fff url(../../assets/icons/plus.svg) no-repeat center !important; }
	.blumaps-clear-button { background: url(../../assets/buttons/reset.png) no-repeat center !important; }
	.blumaps-center-button { background: url(../../assets/buttons/reset.png) no-repeat center !important; }
	.blumaps-levels .blumaps-levels-up { background: #fff url(../../assets/icons/arrow-up.svg) no-repeat center !important; } 
	.blumaps-levels .blumaps-levels-down { background: #fff url(../../assets/icons/arrow-down.svg) no-repeat center !important; }
	.blumaps-search-clear { background: #fff url(../../assets/icons/cross.svg) no-repeat center !important; }
}

/* Accessibility */
.blumaps-accessible.blumaps-element input:focus,
.blumaps-accessible.blumaps-element button:focus,
.blumaps-accessible.blumaps-element a:focus,
.blumaps-accessible.blumaps-element select:focus,
.blumaps-accessible.blumaps-element *[aria-modal="true"] {
	z-index: 1000;
	outline: solid rgba(0, 115, 170, 0.15);
	outline-offset: 2px;
}

.blumaps-accessible.blumaps-element input.blumaps-search-input:focus {
	outline: solid rgba(0, 115, 170, 0.15);
	outline-offset: 6px;
}

.blumaps-accessible.blumaps-element input:focus { outline-offset: 6px; }
.blumaps-accessible.blumaps-element select:focus { position: relative; }

/* SKINS */
/* blumaps-booking */
.blumaps-booking .blumaps-active,
.blumaps-booking .blumaps-active > * {
	fill: #A8D865;
}

.blumaps-booking .unavailable,
.blumaps-booking .unavailable > * {
	fill: #F7B332;
	opacity: 1;
	cursor: default;
}

/* INTERACTIVE ELEMENTS */
/* clickable elements */
.blumaps-clickable:not(g),
g.blumaps-clickable > * {
	transition: fill 0.2s;
}

/* hovered elements */
.blumaps-highlight:not(g),
g.blumaps-highlight > *,
.blumaps-clickable:not(g):hover,
g.blumaps-clickable:hover > * {

}

/* active elements */
.blumaps-active:not(g),
g.blumaps-active > * {

}

/* Default Style */
.defaultstyle.blumaps-clickable:not(g), g.defaultstyle.blumaps-clickable > * {
	fill: #70899C;
}

.defaultstyle.blumaps-highlight:not(g), g.defaultstyle.blumaps-highlight > *, .defaultstyle.blumaps-clickable:not(g):hover, g.defaultstyle.blumaps-clickable:hover > * {
	fill: #596D7E;
}

.defaultstyle.blumaps-active:not(g), g.defaultstyle.blumaps-active > * {
	fill: #4D5E6D !important;
}

/* Init shape */
[id^=MLOC] > #init, [id^=landmark] > #init, svg > #items > #init { visibility: hidden; }

/* Highlight */
.blumaps-filtered .blumaps-pin { opacity: 0.4 !important; }
.blumaps-filtered .blumaps-pin.blumaps-highlight {
	display: block !important;
	opacity: 1 !important;
}
.blumaps-filtered svg [id^=MLOC] > *,
.blumaps-filtered svg [id^=landmark] > * {
	opacity: 0.4 !important;
}
.blumaps-filtered .blumaps-clickable.blumaps-highlight { opacity: 1 !important; }

/* CUSTOM STYLES */
.blumaps-image,
.blumaps-tooltip-wrap { max-width: 300px !important; } /* tooltip width */
.blumaps-tooltip-content { max-height: 160px; } /* tooltip height */

.blumaps-image {
	height: 160px !important;
	object-fit: cover;
}

/* example custom pin */
.blumaps-pin.my-new-pin { /* replace 'my-new-pin' with the name of your pin */
	background-image: url(../../assets/icons/my-new-pin.png); /* define the path to image file */
	background-size: 20px 30px;
	width: 20px;
	height: 30px;
	margin-left: -10px; /* negative margins are used for */
	margin-top: -15px; /* defining the pin's origin */
}

.poi-tooltip-description.text { text-align: center; }

.poi-tooltip-route-buttons { 
	display: flex; 
	justify-content: center; 
	margin-bottom: 10px; 
	margin-top: 14px; 
	gap: 12px; 
	flex-direction: row-reverse;
}

.poi-tooltip-route-btn { 
	color: white;
    height: 40px; 
    border-radius: 35px; 
    border: none; 
    /* padding: 0.5em 1em 0.5em 1em; */
    background-color: var(--primary-color);
	font-size: 15px;
	font-weight: 400;
	min-width: 75px;
}
.blumaps-tooltip:after { border-color: #f5f5f5 transparent transparent transparent !important;}
.blumaps-tooltip-thumbnail { width: 50px !important; height: 50px !important;}
.blumaps-tooltip-head { display: flex; margin-top: 20px !important;}

.info-menu-icon {
	vertical-align: middle;
    height: 12px;
    margin: 0;
    background-color: var(--primary-color);
    width: 12px !important;
    padding: 4px;
    border-radius: 50px;
}

.blumaps-restricted-area {
	z-index: 9;
    position: absolute;
    top: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
    flex-direction: column;
    align-items: center;
	height: 100%;
}

.blumaps-conditioned-area {
	z-index: 9;
    position: absolute;
    top: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
    flex-direction: column;
    align-items: center;
	height: 100%;
}

.btn-close {	
	display: block;
	height: 45px;
	width: 100px;
	background-color: rgb(255, 221, 0);
	color: black;
	font-weight: 500;
	border: none;
	border-radius: 25px;
	font-size: 16px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.blumaps-level-switcher {	
    top: 0;
	gap: 15px;
	position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.5) !important;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
	z-index: 9;
}

.blumaps-level-switcher-title {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: white;
	margin-bottom: 20px;
}

.blumaps-level-switcher-button {
	background: no-repeat 6px;
    background-image: url(../../assets/buttons/floor.png);
    background-size: 32px 32px;
    background-color: var(--primary-color) !important;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: none;
}

.blumaps-restaurant-menu {
	display: none;
	width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    z-index: 8;
}

.blumaps-social-media {
	width: 25px !important;
	height: 25px !important;
	margin: 0 7px;	
	opacity: 0.85;	
}

#blumaps-booking-container {
	display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: lightgray;
	overflow: auto;
}

#blumaps-poi-container {
	display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: lightgray;
	overflow: auto;
}

.poi-tooltip-expand-btn {
	width: 100%;
	margin-top: 8px;
    border: none;
    padding: 0.25em 0;
    color: #a7a7a7;
    background-color: #e7e7e7;
    font-size: small;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}

#blumaps-flights-container {
	display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: lightgray;
	overflow: auto;
}