.ol-attribution ul li {
  display: inline;
  list-style: none;
  padding-left: 0px;
}
.ol-attribution ul li:before{
  content: none;
  display: none;
}

.adl-station-map-btn-radius{
  top: 0.5em;
  right: 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.adl-station-map-btn-radius.ol-control button,
.adl-station-map-btn-radius.ol-control button:hover{
  position: relative;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: inset 0px 0px 2px 2px hsl(48deg, 32%, 27%, 14%);  
  background-color: #efefef;
}

.adl-station-map-btn-radius.adl-active.ol-control button,
.adl-station-map-btn-radius.adl-active.ol-control button:hover {
  background-color: #ffcc00;
}

/* .adl-station-map-btn-radius.adl-active button::before{
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border: 4px solid white;
} */


.adl-station-map-btn-radius span{
  font-size: 0.8em;
  display: block;
  padding-right: 0.2em;
}

.adl-station-detail-radius-tooltip{
  padding: 0.5rem 0.8rem;
  background-color: #ffcc00;
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.2;
  font-size: 12px;
}

.adl-station-map-autocompelete-list{
  position: absolute;
  display: block;
  z-index: 1000;
  background-color: #fff;
  font-family: Arial,sans-serif;  
  overflow: hidden;
}
.adl-station-map-autocompelete-child{
  text-overflow: ellipsis;
  background-color: #ffffff;
  cursor: pointer;
  padding: 0px 10px;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-size: 13px;
  color: #515151;
}

.adl-station-map-autocompelete-child:hover{
  background-color: #dddddd;
}

.resscuestation__wrapper__right__popup{
  width: 100%;
  height: 100%;
  background: #ffffff52;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  display: none;
}

.resscuestation__wrapper__right__popup_bg{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
}

.resscuestation__wrapper__right__popup_content{
  padding: 2rem;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;  
  width: 80vw;
  max-width: 400px;
}


.resscuestation__wrapper__right__popup_content .adl_scrollwrapper{
  max-height: 80vh;
  overflow-y: auto; 
}

.resscuestation__wrapper__right__popup_content h3{
  width: 100%;
  margin-bottom: 1.0rem;
  font-size: 20px;
}

.resscuestation__wrapper__right__popup_content_close{
  width: 4rem;
  height: 4rem;
  background: white;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(50%, -50%);
  padding: 0px;
}
.resscuestation__wrapper__right__popup_content_close:before{
  position: absolute;
  content: "+";
  color: #626262;
  font-size: 3.2rem;
  font-weight: bolder;
  top: 2rem;
  left: 2rem;
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.resscuestation__wrapper__right__popup_content a.button {
  margin-top: 2.4rem;
}

.resscuestation__wrapper__right__popup_content .adl_popup_media{
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  margin-bottom: 1.0rem;
}
.resscuestation__wrapper__right__popup_content .adl_popup_address2{
  margin-bottom: 1.0rem;
}

@media(min-width: 769px) {
  .resscuestation__wrapper__right__popup_content {
    font-size: 18px;
  }
  .resscuestation__wrapper__right__popup_content h3 {
    font-size: 24px;
  }
}