/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- MapBox */
.wkMapbox {
  margin: 5rem auto;
  max-width: 192rem;
}
.wkMapbox .leaflet-container {
  height: 100%;
  position: relative;
}
.wkMapbox .check {
  display: none;
  margin: 1rem 0;
}
.wkMapbox .check [data-id=mapJson] {
  display: none;
}
.wkMapbox .mapboxPlaceholder {
  margin: 1rem 0;
}
.wkMapbox .mapboxPlaceholder img {
  height: 20rem;
  margin: 0 auto;
  width: 20rem;
}
.wkMapbox .mapboxPlaceholder button {
  height: 3rem;
  margin: 2rem auto 0 auto;
}
.wkMapbox .img.display {
  margin: 0 auto;
}

.leaflet-popup-content-wrapper {
  padding: 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
  padding: 0;
  width: auto !important;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper {
  border-radius: 3px;
  width: 265px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper .offerHead {
  display: none;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper .offerHead > img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper .offerHead .logo-small {
  background: var(--white);
  border-radius: 3px;
  display: block;
  height: 30px;
  padding: 2px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  z-index: 10;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper .offerHead .logo-small .outsideWrapper {
  height: 100%;
  position: relative;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper .offerHead .logo-small .insideWrapper {
  aspect-ratio: 1/1;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper .offerHead .popularity {
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 10;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper .offers {
  height: auto;
  padding: 10px 20px 20px 20px;
  position: relative;
  text-align: center;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper .offers .ratingWrapper {
  color: var(--primary);
  font-family: "TVG-Standard";
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 5px 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper .offers .headingWrapper {
  color: var(--primary);
  font-family: var(--roboto);
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper .offers .locationWrapper {
  color: var(--text);
  font-family: var(--roboto);
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper .offers .priceWrapper {
  border-bottom: 1px solid var(--primary);
  color: var(--text);
  display: inline-block;
  font-family: var(--roboto);
  font-size: 16px;
  line-height: normal;
  margin: 0 0 15px;
  max-width: 200px;
  min-width: 105px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxOfferWrapper .offers .priceWrapper span {
  font-family: var(--roboto);
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxWrapper {
  border-radius: 3px;
  width: 265px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxWrapper .wrapper {
  display: flex;
  height: 140px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxWrapper .wrapper .profilePic {
  background: var(--white);
  border-radius: 100%;
  box-sizing: border-box;
  height: 29px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 29px;
  z-index: 1;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxWrapper .wrapper .profilePic .image {
  background: var(--white);
  border: 2px solid var(--white);
  border-radius: 50%;
  display: flex;
  height: 31px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 31px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxWrapper .wrapper .profilePic .image img {
  bottom: 0;
  height: 25px;
  position: relative;
  width: auto;
  z-index: 1;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxWrapper .wrapper .profilePic .image .background {
  bottom: -3px;
  height: 35px;
  left: 18px;
  position: absolute;
  width: 21px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxWrapper .wrapper .profilePic:before {
  border-radius: 100%;
  content: "";
  height: 35px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 35px;
  z-index: -1;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxWrapper .wrapper .closePopover {
  color: var(--white);
  cursor: pointer;
  display: none;
  font-size: 14px;
  height: 14px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 14px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxWrapper figcaption {
  height: auto;
  padding: 10px 20px 20px 20px;
  position: relative;
  text-align: center;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxWrapper figcaption .textWrapper {
  text-align: center;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxWrapper figcaption .textWrapper .titleWrapper > h2.title {
  color: var(--text);
  font-family: var(--roboto);
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 0 10px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .mapboxWrapper figcaption .textWrapper .locationWrapper {
  color: var(--text);
  font-family: var(--roboto);
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  margin: 0 0 10px 0;
  padding: 0 20px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .linkWrapper {
  margin: 0 auto;
  width: 150px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .linkWrapper a {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 13px;
  height: 30px;
  line-height: 26px;
  padding: 0 10px;
  width: 100%;
}

#travelreportsmapbox {
  height: 320px;
}

[data-id=imageMap] {
  cursor: pointer;
}

.mapboxMultiMarkerWrapper > div {
  display: inline-block;
  margin: 10px;
}
/*# sourceMappingURL=wkMapbox.css.map */
