.d-flex {
  display: flex;
}

.col-gap-1 {
  column-gap: 1em;
}

.row-gap-1 {
  row-gap: 1em;
}

.vertical-flex {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  margin-left: 15px;
}


.property-grid-wrapper figure.esc-B-image img {
  width: 470px;
  height: 250px;
  object-fit: cover;
}

.splide__arrow {
  background-color: var(--brown-3) !important;
}

.property-detail-wrapper .section.section-E {
  margin-top: 0px;
  border: 1px solid #f2e9d7
}

.rented-out {
  border: 1px solid #ff8900 !important;
}

.rented-text {
  color: #ff4800;
  font-style: italic;
}

.rented {
  color: #ff4800;
  font-style: italic;
}

.forum-header {
  flex-basis: 70%;
}

.no-underline {
  text-decoration-line: none;
}

.pt-20 {
  padding-top: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.modal-body-scrollable {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}

.public-page-section {
  padding: 3em 0;
}

.mobile-sign-card .jsign-wrapper .jSignature {
  border-radius: 5px;
  background: #eeeeee8a;
}

.qr-overlay-wrapper {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  cursor: pointer;
  justify-content: center;
}