body {
  background-color: #f2f2f2;
}

h5 {
  font-weight: 600;
}

a {
  text-decoration: none;
}

hr {
  border-top: 1px solid #b5b5b5;
}

td,
th {
  text-align: center;
}

.unit_slide {
  display: none;
  cursor: pointer;
}

.home-panel {
  height: 200px;
  text-align: center;
}

.center {
  text-align: center;
}

.img-thumbnail {
  object-fit: contain;
  height: 140px !important;
  cursor: pointer;
}

.img-thumbnail:hover {
  opacity: 0.2;
}

.thumbnail {
  height: 100%;
  margin-bottom: 10px;
  min-height: 246px;
}

.unit_slide {
  padding: 20px;
  background-color: #f4f4f4;
}

input[type="radio"] {
  margin-right: 10px;
}

.btn-search {
  width: 100%;
}

.location_wrapper {
  margin-bottom: 6px;
}

.location_select {
  margin-bottom: 6px;
}

.washed-out {
  opacity: 0.7;
}

.img-thmb a > img {
  display: block;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

.img-thmb {
  height: 300px;
  margin-bottom: 10px;
  min-height: unset;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.alert-section {
  display: inherit;
  border-top: 1px solid #dedede;
  margin-top: 16px;
}

.pointer {
  cursor: pointer;
}

.label-primary {
  padding: 10px;
  margin: 4px;
}

.badge {
  color: #777777;
  background-color: white;
}

.mt-10 {
  margin-top: 10px;
}

.w-full {
  width: 100%;
}

.home-panel-heading {
  /* background-color: #8e0000 !important;
  color: white !important; */
  font-weight: bold;
  text-align: center;
}

.home-panel-body {
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  min-height: 100px;
  align-items: center;
  text-align: center;
}

.tenancy-panel-heading {
  display: flex;
  background-color: red;
}

/* .marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: "red";
  cursor: pointer;
} */
.mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-popup-content {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  max-height: 240px;
  overflow-y: scroll;
}

.mapboxgl-popup-close-button {
  right: 4px !important;
}

#map_area {
  margin-bottom: 24px;
  padding-left: 18px;
  padding-right: 18px;
}

.tenancy-panel-heading {
  justify-content: space-between;
  align-items: center;
}
