@charset "UTF-8";

body, html {
  font-family: "Poppins", sans-serif;
}

.unitlist-element-container.selected {
  background-color: #CDA349;
}

/* .unitlist-element-container.selected:hover {
  background-color: #85CB02;
} */

.beans-map-button-text {
  margin-top: 6px !important;
  font-size: 12px;
  font-weight: 500;
}

.floor-picker-active {
  background-color: #427B01;
}

.floor-picker:hover {
  background-color: #85CB02;
}

.rotate {
  border: 1px solid #CDA349 !important;
}

.rotate .rotateu {
  background-color: #CDA349 !important;
}

.rotate .rotated {
  background-color: #CDA349 !important;
}

.rotate .rotatel {
  background-color: #CDA349 !important;
}

.rotate .rotater {
  background-color: #CDA349 !important;
}

.beans-map-button-container {
  background-color:  #CDA349 !important;
}

.beans-btn {
  background-color:  #CDA349 !important;
  border-color: #3F1F08 !important;
}

#body-inner-1 {
  width: 100%;
  height: calc(100vh - 200px); margin-left: 0; margin-top: 0; max-height: -webkit-fill-available;
}

.beans-card {
  scroll-behavior: smooth !important;
}

@container body2 (max-width: 500px) {
  .beans-card {
    display: none !important;
  }
}

.list-poi {
  height: 170px;
  font-size: 13px;
}
