
.mapboxgl-popup {
	/* font-family: 'Titillium Web', sans-serif; */
	font-family: 'Poppins', sans-serif;
}


.wikipopup {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	z-index: 10;
}


.wikipopup .mapboxgl-popup-tip { 
	border-top-color: rgba(10, 10, 10, 0.9) !important;
}

.wikipopup .mapboxgl-popup-content {
    color: #fff;
    background: rgba(10, 10, 10, 0.9);
    border-radius: 10px;
	width:500px;
	max-width: 95vw;
  }
  
  
  .wikipopup .mapboxgl-popup-close-button {
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
  }
  
  
  .wikipopup-header {
	margin: 0px 20px 0px 0px;
	padding: 0px;
  }
  
	.wikipopup-actions {
		display: inline-block;
		height: 100%;
		width: 20%;
	} 
    .wikipopup-actions button {
		color: white;
		padding: 0px;
		width: 26px;
		float: right;
	}
	.wikipopup-actions button:hover {
		background: white;
	}
	.wikipopup-actions i {
		font-size: 14px;
	} 
	
	.wikipopuptitle {
		width: 80%;
		max-width: 80%;
		float: left;
		overflow: hidden;
		text-overflow: ellipsis;

  		/* Required for text-overflow to do anything */
  		white-space: nowrap;
	}
  
	.wikipopuptitle h1 {
		width: 100%;
		font-weight: 600;
		font-size: 1.25em;
		font-variant: small-caps;
		line-height: normal;
	}

	.wikipopupcontent {
		display: grid;
		grid-template-columns: 110px auto;
		width: 100%;
	}	  
   
	.wikipopupbody {
		font-size: 1.1em;
		margin: 0px 10px 5px 0px;
	}
  
	.wikipopupbody p {
		margin: 0px;
		padding: 0px;
		text-align: justify;
		font-weight: 300;
	}
	.wikipopupbody p b {
		font-weight: 600;
	}
  
	.wikipopupthumbnail {
		padding: 5px 10px 0px 0px;
	}

	.wikipopupthumbnail img {
		width: 100%;
		border-radius: 5px;
		background: #fff;
	} 
	
	.wikipopupthumbnail button {
		/* width: 20px; */
		height: 19px;
		background-color: rgba(0, 0, 0, 0.9);
		color: white;
		top: 50px;
		left: 88px;
		position: absolute;
		margin-top: 0px;
		padding-left: 4px;
		padding-right: 4px;
		border: none;
		border-radius: 5px;
		float: right;
	}

	#thumbnailzoom {
		margin: 0px;
		padding: 0px;
		font-family: 'Titillium Web', sans-serif;
		background-color: white;
		border: "solid 5px";
		border-color: "black";
		z-index: 1000;
		position: relative;
		display: none;
		border-radius: 20px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	#thumbnailzoom img {
		width: 100%;
		border-radius: 14px;
	}

	#thumbnailzoom .header {
		color: white;
		top: 0px;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.9);
		border-top-left-radius: 14px;
		border-top-right-radius: 14px;
		width: 100%;
	}

	#thumbnailzoom .header p {
		font-weight: bold;
		width: 80%;
		margin: 0px;
		padding: 5px 10px 5px 10px;
		display: inline-flex;
		font-size: 1.25em;
		font-variant: small-caps;
		line-height: normal;
	}

	#thumbnailzoom .header button {
		font-weight: bold;
		position: absolute;
		right: 10px;
		background: none;
		color: white;
		border: none;
		height: 100%;
	}


