.mobile-full-width-modal {
  position: unset;
  width: unset !important;
  @include breakpoint(large up) {
    width: 360px !important;
  }
  &.full-screen {
    width: unset !important;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    top: 132px;
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
    @include breakpoint(large up) {
      width: 360px;
      bottom: unset;
      left: unset;
      right: unset;
      position: absolute;
      top: unset;
      background: transparent;
    }
  }
}
.dropdown-back-button {
  color: $dark-mint;
  font-size: 14px;
  font-weight: 600;
}


.mobile-map-search {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 82px;

  //debug
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

