.beansmap {
  width: 100vw;
  height: 100vh;
  max-height: -webkit-fill-available;
}

.propertylogo {
  width: 100%;
  text-align: center;
}

.propertylogoimg {
  width: 200px;
}

.propertyname {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.helpbox {
  width: 100vw;
  height: 100vh;
  max-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;

  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.65714286em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.helpclose {
  position: fixed;
  font-size: 35px;
  right: 15px;
  top: 25px;
}

.helpcontent {
  margin-top: 70px;
  padding: 20px;
  max-height: calc(100vh - 120px);
  overflow-y: scroll;
}

.helptext {
  border: 0px;
  background-color: #eee;
  width: calc(100% - 10px);
  resize: none;
  margin-bottom: 10px;
  margin-top: 5px;
}

html, body{
  position: fixed !important;
    /* -webkit-overflow-scrolling : touch !important;
    overflow: auto !important; */
}

@media screen and (max-width: 500px) {
  .BeansMapbox {
    height: calc(100vh - 200px) !important;
  }
  .list.autocomplete {
    max-height: calc(95vh - 100px) !important;
    overflow-y: scroll;
  }
  .beans-card.big-card {
    top: 35vh !important;
    height: 65vh !important;
  }

  /* .beans-card.big-card .dirfac-card-without-tiles-with-header-without-address {
    overflow-y: scroll;
    max-height: calc(55vh - 250px) !important;
  }

  .beans-card.small-card .dirfac-card-without-tiles-with-header-without-address {
    overflow-y: scroll;
    max-height: 120px !important;
  } */

  .beans-card.full-screen-card {
    position: absolute;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 999;

    top: 5vh !important;
    height: 95vh !important;
  }

}

body {
  margin: 0;
}

input, select {
  padding: 5px;
  border: 1px;
  border-color: #eee;
  outline: none;
  outline-width: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
}

html,
body {
  position: fixed;
  overflow: hidden;
}

input.search {
  background: url(/maps/assets/ic-search.svg) no-repeat 9px 9px;
  background-size: 12px 12px;
  padding: 0px 0px 0px 30px !important;
  min-height: 34px !important;
}

.setstart.address {
  display: none;
  cursor: pointer;
  font-size: 0.7rem;
  color: #666;
  text-decoration: underline;
  margin-bottom: 5px;
  text-align: right;
  margin-right: 20px;
}

.cancel.address {
  float: right;
  margin-right: 10px;
  width: 60px;
  margin-top: 5px;
  padding-left: 10px;
  color: #00f;
  overflow: hidden;
  display: none;
  cursor: pointer;
}

.cancel.address.active {
  display: block;
}

.p-5 {
  padding: 5px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-50 {
  padding-left: 50px;
}

.input.address {
  width: calc(100% - 40px);
  background-color: #eee;
  display: none;
}

/* .input.address.active {
  width: calc(100% - 120px);
} */

.input.unit-from {
  width: calc(100% - 40px);
  background-color: #eee;
  margin-bottom: 5px;
}

/* .input.unit-from.active {
  width: calc(100% - 120px);
} */

.input.unit-to {
  width: calc(100% - 40px);
  background-color: #eee;
}

/* .input.unit-to.active {
  width: calc(100% - 120px);
} */

.list.autocomplete {
  display: none;
}

@media screen and (max-width: 500px) {
  .list.autocomplete {
    overflow-y: scroll;
    max-height: calc(100vh - 240px);
  }
}

.headeritem.autocomplete {
  background-color: #eee;
  font-size: 0.8rem;
  display: none;
  cursor: pointer;
}

.listitem.autocomplete {
  background: url(/maps/assets/autocomplete.svg) no-repeat 12px 5px;
  background-size: 30px 30px;
  border-bottom: 1px solid #eee;
  display: none;
  cursor: pointer;
}

.headeritem.unitcomplete-from {
  background-color: #eee;
  font-size: 0.8rem;
  display: none;
  cursor: pointer;
}

.listitem.unitcomplete-from {
  border-bottom: 1px solid #eee;
  display: none;
  cursor: pointer;
}

.headeritem.unitcomplete-to {
  background-color: #eee;
  font-size: 0.8rem;
  display: none;
  cursor: pointer;
}

.listitem.unitcomplete-to {
  border-bottom: 1px solid #eee;
  display: none;
  cursor: pointer;
}

@media screen and (min-width: 500px) {
  .listitem.autocomplete:hover {
    background-color: #eee;
  }
  .listitem.unitcomplete-from:hover {
    background-color: #eee;
  }
  .listitem.unitcomplete-to:hover {
    background-color: #eee;
  }
}

.businessname.autocomplete {
  color: #777;
  font-size: 0.9rem;
}

.address2.autocomplete {
  color: #999;
  font-size: 0.9rem;
}

.distance.autocomplete {
  color: #aaa;
  font-size: 0.9rem;
}

@media screen and (min-width: 500px) {
  .list.autocomplete.active {
    display: block;
  }
  .logo-container {
    display: none;
  }
  .rently-buttons-container {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .list.autocomplete.active {
    display: block;
  }
  .logo-container {
    position: fixed; left: 15px; top: 20px;
  }
  .rently-buttons-container {
    position: fixed; left: 10px; top: 60px;
  }
}
.barcode {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.barcode-inner {
  width: 276px;
  position: fixed;
  left: calc(50vw - 138px);
  top: 50px;
  background-color: #fff;
}

.barcode-content {
  text-align: center;
  padding: 10px;
}
