/*custom styles, pop-up style, animation styles goes here*/
ol,
ul {
	margin: 0;
	padding: 0;
  	list-style: none;
}
.nav
{
  flex-wrap: nowrap;
}

svg:not(:root) {
  overflow: hidden;
}

svg text, svg tspan
{
  font-family: 'Poppins', sans-serif !important;
}
#wrapper-layer
{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#insideSearch
{
  position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 15px;
    display: none;
    z-index: 4px;
}
#insideSearch .noti-scroll
{
  height: 128px;
  
}
#serch-location .easymap-routes-loc
{
  font-size: 14px;
  color: #333;
  cursor: pointer;
  text-transform: capitalize;
}
#serch-location .easymap-routes-loc:hover
{
  color: #fff;
  background: #333;
}
.easymap-external
{
  background: #fff;
  padding: 10px;
}
.easymap-external-title
{
  margin-top: 0;
  margin-bottom: 3px;
}
.easymap-external-paragraph
{
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.easymap-external-image
{
  width: 60px;
  height: 60px;
  object-fit: scale-down;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  margin: 0;
  margin-right: 10px;
}
.easymap-external-content-box
{
  display: flex;
}
.easymap-external-btns
{
  display: flex;
  margin-bottom: 0px;
}
.easymap-external-btns a
{
  width: 100%;
  border-radius: 0px;
  margin: 2px;
}
.easymap-external-description
{
  font-style: normal;
  font-size: 12px;
  color: #333;
}
.easymap-routes-panel
{
  margin: 0;
  width: 100%;
  box-shadow: none;
  background: transparent;
  position: relative;
  height: auto;
}
.btn-primary {
    color: #fff;
    background-color: #00649e;
    border-color: #00649e;
    box-shadow: 0 0 0 rgb(162 12 99 / 50%);
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.easymap-filtered svg [id^=MLOC] > *, .easymap-filtered svg [id^=landmark] > *
{
  opacity: 1 !important;
}
/*pop up customization*/

.easymap-tooltip-wrap
{
  /*width: 260px;*/
  max-width: 260px;
  border-radius: 2px;
  display: ;
  align-items: center;
  background: #fff;
  padding: 0.50rem !important;
  box-shadow: 0px 10px 10px 0px rgb(51 51 51 / 40%);
  z-index: 4;
}
.easymap-hovertip .easymap-tooltip-title
{
  font-weight: normal;
  letter-spacing: 1px;
}
.easymap-slide-wrap
{
  width: 260px;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 15px;
}
.slide-image
{
  height: 150px;
  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: 60px !important;
  height: 60px;
  object-fit: fill;
  padding: 0px;
  border-radius: 10px;
}
.easymap-tooltip-content
{
  margin: 0px;
}
.easymap-tooltip-body
{
  padding: 0 10px;
}
.easymap-tooltip-title
{
  font-size: 1.125rem;
  color: #343a40;
}
.easymap-tooltip-description
{
  color: #98a6ad;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 400
}
.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: "\f5eb";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: absolute;
  left: 0;
}
.easymap-tooltip
{
  z-index: 4;
}

.easymap-pin.my-shopping, .easymap-pin.my-attractions, .my-mtero {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  text-align: center;
  padding: 0px 3px;
  font-size: 18px;
  color: #fff;
  line-height: inherit;
  
  /*animation: 2s infinite beatHeart;*/
}
.my-mtero
{
  font-size: 14px;
}
.my-shopping:after
{
  content: "\f290";
}
.my-attractions:after
{
  content: "\f005";
  font-weight: 400;
}
.my-mtero:after
{
  content: "\f238";
}

.easymap-pin.pin-pulse:before
{
  border: 2px solid #fff;
}


/*routes*/

.easymap-routes-loc
{
  border: none;
  background: transparent;
  text-transform: capitalize;
}
.easymap-routes-loc:focus-visible
{
  outline: none;
}
.easymap-routes-select span
{
  color: #818181;
  font-style: normal;
}
.easymap-routes-select
{
  border: 1px solid #1a1a1a;
  background: #fff;
  width: 90%;
  margin-bottom: 10px;
}
.easymap-routes-dots
{
  left: 17px;
  margin-top: -23px;
}
.easymap-routes-dots > span
{
    background-color: #00649e;
}
.easymap-routes-swap
{
  right: 0;
}
.easymap-routes-close
{
  left: 0;
  display: none;
  opacity: 0;
}
@keyframes beatHeart {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255 255 255 / 0.8);
    box-shadow: 0 0 0 0 rgba(255 255 255 / 0.8);
  }

  100% {
    -moz-box-shadow: 0 0 0 30px rgba(255 255 255 / 0);
      box-shadow: 0 0 0 30px rgba(255 255 255 / 0);
  }
}

@media (max-width: 991.98px) {
  .easymap-level-switcher
  {
    left: 15px;
    bottom: 30px;
    right: auto;
    top: auto;
  }
  .easymap-dir-search
  {
    width: 226px;
  }
}
@media (max-width: 575.98px) {
  .left-side-menu
  {
    width: 100%;
  }

}
@media (max-width: 375.98px) {
  .easymap-dir-search
  {
    width: 100%;
  }

  }
@media (max-width: 320.98px) {
body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link small
  {
    display: none;

  }
body[data-layout-mode=two-column] .sidebar-icon-menu .nav .nav-link
{
  width: 13px !important;
}
 .easymap-dir-search
  {
    width: 100%;
  }

}



