ol, ul {
  margin: 0;
  padding: 0;
  list-style: none
}

#wrapper-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
}

.maplogo {
  width: 86px;
  height: 86px;
  background: rgb(0 0 0 / 50%);
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  color: #fff;
  border: 3px solid #fff;
  line-height: 76px;
  margin: auto
}

.start-point {
  width: 30px;
  height: 30px;
  background: rgb(0 0 0 / 100%);
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  color: #fff;
  margin: auto
}

.easymap-tooltip-wrap {
  max-width: 320px;
  min-width: 260px;
  border-radius: 15px;
  background: #fff;
  padding: 0.75rem !important;
  box-shadow: 0px 10px 10px 0px rgb(51 51 51 / 40%);
  z-index: 1001
}

.easymap-slide-wrap {
  width: 260px;
  height: 130px
}

.swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 4px;
  cursor: pointer
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
  width: 25px;
  height: 25px
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: url('../../img/play-icon.png') no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none
}

.swiper-slide a {
  position: relative;
  display: block
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.easymap-image {
  width: 100% !important;
  height: auto;
  object-fit: cover;
  padding: 0 0 15px 0;
  border-radius: 10px
}

.easymap-tooltip-content {
  margin: 0px
}

.easymap-tooltip-body {
  padding: 0px
}

.easymap-tooltip-title {
  font-size: 1.125rem;
  color: #343a40
}

.easymap-tooltip-description {
  color: #98a6ad;
  line-height: 1.5;
  font-size: 0.8rem;
  font-weight: 400
}

.easymap-btns {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.easymap-web-link {
  display: inline-block;
  color: #fff;
  background: #dc030b;
  border-color: #dc030b;
  text-align: center;
  vertical-align: middle;
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: all 0.3s ease
}

.easymap-web-link:hover {
  color: #fff;
  background: #010101;
  transition: all 0.3s ease
}

.easymap-popup-link {
  background-color: transparent !important;
  color: #dc651e !important;
  font-size: 0.75rem;
  padding: 0 16px;
  box-shadow: none !important;
  margin: 0px;
  display: block;
  float: left;
  font-weight: 400;
  position: relative
}

.easymap-popup-link:hover {
  background-color: transparent !important;
  box-shadow: none !important
}

.easymap-popup-link:before {
  content: "\f124";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  position: absolute;
  left: 0
}

.easymap-tooltip {
  z-index: 1001
}

.my-logo {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  margin-left: -16px;
  margin-top: -16px;
  background-color: #fff !important;
  border: 2px solid #fff !important;
  color: #FF6666;
  z-index: 900
}



.my-logo:before {
  content: '';
  border: 2px solid #fff;
  border-radius: 30px;
  height: inherit;
  width: inherit;
  top: -4px;
  left: -4px;
  position: absolute;
  animation: beater 1.8s ease-out;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  opacity: 0;
  box-sizing: content-box
}

@keyframes beater {
  0% {
    transform: scale(1, 1);
    opacity: 0.0
  }

  25% {
    opacity: 0.5
  }

  50% {
    transform: scale(1.6, 1.6);
    opacity: 0.0
  }

}

.easymap-pin.my-shopping, .easymap-pin.my-attractions, .easymap-pin.my-cycling, .easymap-pin.my-offers, .easymap-pin.my-hospital, .my-mtero {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  text-align: center;
  padding: 0 3px;
  font-size: 14px;
  color: #fff;
  line-height: 28px
}

.my-mtero {
  font-size: 10px;
  line-height: 20px
}

.my-shopping:after {
  content: "\f290"
}

.my-attractions:after {
  content: "\f005"
}

.my-mtero:after {
  content: "\f238"
}

.my-offers:after {
  content: "\f02c"
}

.my-hospital:after {
  content: "\f0f1"
}

.my-cycling:after {
  content: "\f206" !important
}

.easymap-pin.pin-pulse:before {
  border: 2px solid #fff
}

.radius {
  width: 3600px;
  height: 3600px;
  background: rgb(224 58 67 / 10%);
  border-radius: 100%;
  position: absolute;
  z-index: 0
}

.ol-selectable {
  z-index: 9 !important
}
