/*custom styles, pop-up style, animation styles goes here*/
ol,
ul {
	margin: 0;
	padding: 0;
  	list-style: none;
}

#wrapper-layer
{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
}



/*pop up customization*/

.easymap-tooltip-wrap
{
  /*width: 260px;*/
  max-width: 260px;
  border-radius: 15px;
  display: ;
  align-items: center;
  background: #fff;
  padding: 0.75rem !important;
  box-shadow: 0px 10px 10px 0px rgb(51 51 51 / 40%);
  z-index: 4;
}
.easymap-slide-wrap
{
  width: 260px;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 10px;
}
.slide-image
{
  height: 120px;
  object-fit: cover;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    background: #fff !important;
    color: #333 !important;
    border-radius: 50%;
    font-size: 12px !important;
}
.owl-prev {
    left: 4px;
}
.owl-next {
    right: 4px;
}

.easymap-image
{
  width: 100% !important;
  height: auto;
  object-fit: fill;
  padding: 0px 0px 15px 0px;
  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: #d71920;
  border-color: #d71920;
  text-align: center;
  vertical-align: middle;
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: aall .3s ease;
}
.easymap-web-link:hover
{
  color: #fff;
  background: #010101;
  transition: aall .3s ease;
}
.easymap-know-link
{
  display: inline-block;
  color: #fff;
  background: #000000;
  border-color: #000000;
  text-align: center;
  vertical-align: middle;
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: aall .3s ease;
}
.easymap-know-link:hover
{
  color: #000000;
  background: #cfba82;
  transition: aall .3s ease;
}
.easymap-popup-link
{
  background-color: transparent !important;
  color: #dc651e !important;
  font-size: 0.75rem;
  padding: 0px 16px;
  box-shadow: none !important;
  margin: 0px;
  display: block;
  float: none;
  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: 9;
}

.danube-marker
{
  width: 38px;
  height: 38px;
  border-radius: 50px;
  margin-left: -16px; /* negative margins are used for */
  margin-top: -16px; /* defining the pin's origin */
  background-color: #fff !important;
  border: 2px solid #fff !important;
  /*animation: 2s infinite beatHeart;*/
  color: #FF6666;
  z-index: 5;
}
.danube-marker
{
/*  background: url(../../../assets/img/icon-crop.png) no-repeat center center /cover;*/
}
.my-logo.inprogress
{
  background: url(../../../assets/img/marker-danube.svg) no-repeat center center /cover;
}
.my-logo.completed
{
  background: url(../../../assets/img/marker-danube.svg) no-repeat center center /cover;
}




.easymap-pin.my-shopping, .easymap-pin.my-attractions, .easymap-pin.my-schools, .easymap-pin.my-offers, .easymap-pin.my-hospitals, .my-mtero {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  text-align: center;
  padding: 0px 3px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;

  
  /*animation: 2s infinite beatHeart;*/
}

.easymap-pin.my-locations{
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  text-align: center;
  padding: 0px 5px;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  background-color: #2e2e2e !important;  
}
.faded{
  opacity: 0.3 !important;
}
.my-mtero
{
  font-size: 10px;
  line-height: 20px;
}
.my-shopping:after
{
  content: "\f290";
}
.my-attractions:after
{
  content: "\f005";
}
.my-locations:after
{
  content: "\f3c5";
}
.my-mtero:after
{
  content: "\f238";
}
.my-offers:after
{
  content: "\f02c";
}
.my-hospitals:after
{
  content: "\f0f1";
}
.my-schools:after
{
  content: "\f19d";  
}

.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;
}


.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;
}

@-webkit-keyframes beater {
  0% {-webkit-transform: scale(1, 1); opacity: 0.0;}
  25% {opacity: 0.5; }
  50% {-webkit-transform: scale(1.6, 1.6); opacity: 0.0;}
}

.easymap-pin.pin-image
{
    width: 70px;
    height: 70px;
    background-size: cover;
    margin-left: -33px;
}

.easymap-pin.pin-image:before {
  content: '';
  border-radius: 100px;
  top: -5px;
  left: -5px;
}