
/* widget: Unlimited Google Maps */

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__wrapper .gm-svpc>div>img {
  max-width: unset;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_navigator-toggle{
  display:none;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_navigator-toggle-icon{
  align-items: center;
  justify-content: center;
}

.ue-google-map .gm-style img{
  border-radius: 0;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_navigator-toggle .ue-google-map_navigator-toggle-icon--open{
  display: flex;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_navigator-toggle .ue-google-map_navigator-toggle-icon--close{
  display: none;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_navigator-toggle.uc_active .ue-google-map_navigator-toggle-icon--close{
  display: flex;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_navigator-toggle.uc_active .ue-google-map_navigator-toggle-icon--open{
  display: none;
}

#uc_ue_google_maps_viblsty_03e8355 {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__info-window{
  display: flex;
  flex-direction: column;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_container {
  display: flex;
  flex-wrap: wrap;  
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_places-wrapper {
  max-height: 100%;
  overflow: hidden;
  display:flex;
  flex-direction:column;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_search-wrapper {
	width: 100%;
    position: relative;  
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_search-input-wrapper {
	position: relative;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_search-icon {
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

#uc_ue_google_maps_viblsty_03e8355 .uc-map-error-message {
   position:absolute;
   top:-27px;
   left:0px;
   direction:ltr;
   color:red;
   font-size:16px;
}
  
#uc_ue_google_maps_viblsty_03e8355 .uc-google-map__overlays {
	flex-grow: 1;
    display:flex;
  	height: 100%;
    position:relative;	
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__wrapper {
	flex-grow: 1;
    width: auto;
  	height: auto;
    position:relative;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_places-list {  
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: auto;
  max-height: 100%;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_places-item{
  display:flex;
  position:relative;
  align-items:center;
  overflow:hidden;
  cursor:pointer;
  flex-grow:0;
  flex-shrink:0;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-maps-navigator-item-image{
  flex-grow:0;
  flex-shrink:0;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-maps-navigator-item-image-spacing{
  flex-grow:0;
  flex-shrink:0;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-maps-navigator-item-spacing{
  flex-grow:0;
  flex-shrink:0;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-maps-navigator-item-spacing:last-child{
  display:none;
}

.ue-maps-navigator-item-title{
  font-size:21px;
}

.ue-maps-navigator-item-sub-title{
  font-size:12px;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-maps-navigator-item-image img{
  display:block;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-maps-navigator-item-background-image{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-maps-navigator-item-background-overlay{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:100%;  
}

#uc_ue_google_maps_viblsty_03e8355 .ue-maps-navigator-item-content{
  position:relative;
  flex-grow:1;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__info-window-img img{
 width:100%; 
}

.ue-google-map_places-hidden-placeholders {
	display: none;
}

.ue-google-map__info-window-title{
  font-size:21px;
}

@media screen and (max-width: 768px) {  
  #uc_ue_google_maps_viblsty_03e8355 .ue-google-map_container  {
    flex-direction:column;
  }
  
  #uc_ue_google_maps_viblsty_03e8355 .ue-google-map_places-wrapper  {
    display:none;
    position:absolute;
          top: 0;
        width:100%;
    height: calc(100% - 44px);
    left:0px;
    right:0px;
    z-index:1;
  }
  
  #uc_ue_google_maps_viblsty_03e8355 .ue-google-map_places-wrapper.uc_active {
  	display: flex;
  }
  
  #uc_ue_google_maps_viblsty_03e8355 .ue-google-map_navigator-toggle    {
      display:flex;
      justify-content: center;
      align-items: center;	
      z-index: 1000;
      position:absolute;
              bottom:0;
            
      width:100%;      
    }   
  
    }

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__error-overlay{
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 4;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__error-overlay:before{
  	content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #6f00d8 0%, #1c6aff 100%);
    z-index: 1;
    opacity: 0.7;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__error-overlay-content{
	width: 70%;
  	height: 70%;
  	background: #ffffff;
  color: #000000;
  padding: 1.2em;
  z-index: 2;
  position: relative;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__error-overlay-title,
#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__error-overlay-geocoded-value,
#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__error-overlay-status,
#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__error-overlay-close-btn:hover{
	color: #ff0000;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__error-overlay-close-btn{
    font-size: 2em;
    position: absolute;
    top: 0;
    right: 5%;
  	cursor: pointer;
}

#uc_ue_google_maps_viblsty_03e8355 span.ue-google-map__info-icon{
  line-height:1em;
}

#uc_ue_google_maps_viblsty_03e8355 span.ue-google-map__info-icon svg{
  height:1em;
  width:1em;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_reset-btn{
  border:none;
  position:absolute;
  bottom:20px;
  left:10px;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1em;
  box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px; 
}

.ue-google-map_reset-btn svg{
  height:1em;
  width:1em;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category{
  display:flex;
  flex-direction: column;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-content{
	display: flex;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-title{
	display: flex;
    gap: 0.5em;
    width: 100%;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-checkbox{
  flex-grow:0;
  flex-shrink:0;
  display:flex;
  align-items:center;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-name{
  flex-grow:1;
  cursor: pointer;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-toggle{
  flex-grow:0;
  flex-shrink:0;
  cursor: pointer;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-checkbox-spacing{
  width:10px;
  flex-grow:0;
  flex-shrink:0;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_navigator-toggle{
  cursor:pointer;
  text-align:center;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-toggle{
  position: relative;
  width: 15%;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-toggle .ue-google-map_category-toggle-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease-out;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-title .ue-google-map_category-toggle-close {
  opacity: 0;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-content.ue_active .ue-google-map_category-toggle-close{
  opacity: 1;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-title .ue-google-map_category-toggle-open {
	opacity: 1;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-content.ue_active .ue-google-map_category-toggle-open{
  opacity: 0;
}
#uc_ue_google_maps_viblsty_03e8355 .ue-google-map_category-items{
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}

@keyframes ue_shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map__loader {
	position: absolute;
  	inset: 0;
    width: 100%;
    height: 100%;
  	z-index: 3;
  	transform-origin: 100% 0%;
        transition: unset;
    }

#uc_ue_google_maps_viblsty_03e8355 .uc-checkbox{
	position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px;
    margin:-1px; 
    padding:0;
    border:0;
}

#uc_ue_google_maps_viblsty_03e8355 .uc-checkbox + label{
	display:block;
    border-radius:2px;
	padding:1px;
	width:17px;
	height:17px;
    background:#ffffff;
    cursor:pointer;
}

#uc_ue_google_maps_viblsty_03e8355 .uc-checkbox + label svg{
	display:none;
}

#uc_ue_google_maps_viblsty_03e8355 .uc-checkbox:checked + label svg{
	display:block;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-map-dir-btn,
#uc_ue_google_maps_viblsty_03e8355 .ue-map-learn-btn{
  display:block;
}

#uc_ue_google_maps_viblsty_03e8355 .ue-google-map-setting-item{
  position: absolute;
}

/* ue-google-map_places-wrapper element is hidden to allow filters */

/* removes 2px blue border from the map */
#uc_ue_google_maps_viblsty_03e8355 iframe + div{
	border: none !important;
}

/* custom nav icons color */

/* end custom nav icons color */

/* override default map styles */
#uc_ue_google_maps_viblsty_03e8355 .gm-style-iw{
  padding-inline-start: 18px;
}