/*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
{
  border-radius: 10px;
  height: 130px;
  object-fit: cover;
  background: #f3f3f3;
  margin-bottom: 10px;
}
.easymap-tooltip-content
{
  margin: 10px 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-tooltip-description table
{
  width: 100%;
}
.easymap-btns
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.easymap-web-link
{
  display: inline-block;
  color: #fff;
  background: #c0aa71;
  border-color: #b19244;
  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: #c0aa71;
  border-color: #b19244;
  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: #fff;
  background: #010101;
  transition: aall .3s ease;
}
.easymap-mob-link
{
  background-color: transparent !important;
  color: #06346a !important;
  font-size: 0.75rem;
  padding: 0px 16px;
  box-shadow: none !important;
  margin: 0px;
  display: inline-block;
  float: left;
  font-weight: 400;
  position: relative;
}
.easymap-mob-link:before
{
  content: "\f095";
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}
.easymap-mob-link:hover
{
  background-color: transparent !important;
  box-shadow: none !important;
}
.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: 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: 9;
}



.my-restaurants, .my-facilities, .my-activities, .my-bridge {
  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;*/
}

.my-restaurants:after
{
  content: "\f2e7";
}
.my-facilities:after
{
  content: "\f005";
}
.my-activities:after
{
  content: "\f5c4";
}
.my-bridge:after
{
  content: "";
  background: url(../../img/bridge-ico.svg) no-repeat center /74%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}


.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;
}

table, th, td {
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
th, td {
  padding: 3px;
  text-align: left;
}

.viewmore-btn{
  color: #fff;
  border-color: #135098;
  background: #135098 !important;
}