#availableProperties .header {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#availableProperties .custom-select {
  position: relative;
  display: inline-block;
  width: 200px;
}
#availableProperties .custom-select .custom-selected {
  background-color: transparent;
  padding: 18px 15px; /* Adjust padding for alignment */
  cursor: pointer;
  position: relative;
  min-width: 167px;
  border: 1px solid #e6e6e6;
  gap: 10px;
}
#availableProperties .custom-select .custom-selected .custom-option-text {
  display: block;
}
#availableProperties .custom-select .custom-selected .custom-option-icon {
  width: 12px;
  margin-left: 0px; /* Adjust margin for spacing */
  float: right; /* Move icon to the right */
  display: block;
}
#availableProperties .custom-select .custom-options {
  position: absolute;
  background-color: #f1f1f1;
  z-index: 99;
  width: 100%;
  display: none;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#availableProperties .custom-select .custom-options.open {
  display: block;
}
#availableProperties .custom-select .custom-option {
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
#availableProperties .custom-select .custom-option:hover {
  background-color: #ddd;
}
#availableProperties .custom-select .custom-option .custom-option-icon {
  width: 10px;
  display: block;
}
#availableProperties .custom-select .original-select {
  height: 1px;
  overflow: hidden;
  line-height: 0px;
  display: none;
}

#availableProperties .custom-select .custom-selected {
  display: flex;
  align-items: center;
  font-size: 15px;
}
#availableProperties .custom-select .custom-selected .custom-option-icon img {
  display: block;
  width: 100%;
}
#availableProperties .custom-select .custom-option .custom-option-icon img {
  width: 100%;
  display: block;
}
#availableProperties .sort.select {
  display: flex;
  align-items: center;
  gap: 20px;
}
#availableProperties .sort.select .label {
  font-size: 14px;
}
#availableProperties .custom-select .custom-selected .select-arrow {
  margin-left: auto;
}

.available_properties_card {
  border: 1px solid var(--color-gray-light-1);
  padding: 17px 21px;
}
.available_properties_card .meta-info-prices {
  flex: 1 1 100%;
  display: flex;
  gap: 5px;
}
.available_properties_card .meta-info-prices > * {
  flex: 0 0 auto !important;
}
.available_properties_card:not(:last-of-type) {
  margin-bottom: 11px;
}
.available_properties_card_inner .content .content_body .price {
  font-family: "adobe-garamond-pro",serif;
  font-size: var(--font-size-26);
  font-weight: 600;
  line-height: 1em;
}

.available_properties_card_inner .content .content_body .price-NaN {
  font-family: "Jost",serif;
  font-size: var(--font-size-22);
  font-weight: 500;
  line-height:31.79px;
}

.available_properties_card_inner .content .content_body .price_per {
  font-family: "Jost",sans-serif;
  color: var(--color-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.available_properties_card_inner .content .content_body .meta-infos {
  display: flex;
  gap: 0px 4px;
  flex-wrap: wrap;
  margin-bottom: var(--gap-sm);
}
.available_properties_card_inner .content .content_body .meta-infos .meta-info {
  text-wrap: nowrap;
  display: flex;
  gap: 0px 4px;
  align-items: center;
}
.available_properties_card_inner
  .content
  .content_body
  .meta-infos
  .meta-info:first-of-type {
  flex: 1 1 100%;
}
.available_properties_card_inner
  .content
  .content_body
  .meta-infos
  .meta-info
  .value {
  font-family: "Jost",serif;
  font-weight: 600;
  font-size: var(--font-size-lg);
}
.available_properties_card_inner {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.available_properties_card_inner .image {
  flex: 0 0 76px;
  cursor: pointer;
}

.available_properties_card_inner .content {
  flex: 1;
}
.available_properties_card_inner .content .content_header {
  display: flex;
  gap: var(--gap-md);
  margin-bottom: 14px;
}
.available_properties_card_inner .content .content_header .favorite-button {
  flex: 0 0 auto;
  font-size: var(--font-size-24);
  cursor: pointer;
  line-height: 1em;
  color: #222222;
}
.available_properties_card_inner .content .content_header .list-tag {
  flex: 0 0 auto;
  display: flex;
  gap: var(--gap-xs);
  flex-wrap: wrap;
  align-items: center;
}
.available_properties_card_inner .content .content_header .tag {
  padding: 6px 8px;
  text-wrap: nowrap;
  text-transform: uppercase;
  font-size: var(--font-size-11);
}
.available_properties_card_inner .link {
  padding: 8px;
  background: var(--color-gray-light);
  min-width: 100%;
  flex: 1 1 auto;
  margin: 0rem -21px -17px -21px;
  text-align: center;
}
.available_properties_card_inner .link .button-link {
  background: white;
  min-width: 170px;
  justify-content: center;
  padding: 15px 10px;
  font-size: var(--font-size-14);
}

.available_properties_card_inner .tag.tag-matched-criteria {
  text-transform: capitalize;
  font-weight: 400;
  background: var(--color-gray-light);
  padding: 5px 8px;
  font-size: var(--font-size-11);
  margin-top: var(--gap-xs);
  color: var(--color-gray);
  display: inline-block;
  border: 1px solid var(--color-gray-light-1);
  line-height: 1em;
}

.table-available-properties {
  max-width: 100%;
  width: 100%;
}

.table-available-properties thead {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #d8d8d8;
  background: var(--color-gray-light);
  font-size: var(--font-size-md);
}

.table-available-properties thead th {
  vertical-align: middle;
  text-wrap: nowrap;
  padding: 1.25rem 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.1px;
  text-align: center;
  font-family: "Helvetica",sans-serif;
}

.table-available-properties .property-blueprint {
  width: 116px;
  border: 1px solid #e6e6e6;
  padding: 2px;
  cursor: pointer;
}

.table-available-properties .property-blueprint-no-image {
  width: 116px;
  border: 1px solid #e6e6e6;
  padding: 2px;
  cursor: pointer;
}

.table-available-properties td {
  vertical-align: middle;
  font-family: "Jost",serif;
  text-wrap: nowrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.01px;
  text-align: center;
  height: 164px;
}

.table-available-properties.office td {
  height: 114px;
}

.table-available-properties tbody tr {
  border-bottom: 1px solid #d8d8d8;
}
.table-available-properties .list-tag {
  display: flex;
  flex-direction: column;
}
.table-available-properties .tag {
  margin-bottom: 2px;
  text-wrap: nowrap;
  text-transform: uppercase;
  padding: 7px 10px;
  display: inline-block;
  font-family: "Jost",serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 15.9px;
  text-align: center;
}

.table-available-properties .tag.tag-matched-criteria {
  text-transform: capitalize;
  margin-top: var(--gap-xs);
  color: var(--color-gray);
  font-family: "Jost",serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.23px;
  text-align: center;
  padding: 3px 10px;
  height: 28px;
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
}

.table-available-properties .price {
  font-family: "adobe-garamond-pro",serif;
  font-size: var(--font-size-26);
  font-weight: 600;
  text-align: center;
  /* padding-top: 35px; */
}

.table-available-properties .price-NaN {
  font-family: "Jost",serif;
  font-size: 20px !important;
  line-height: 29px;
  font-weight: 500;
  text-align: center;
}

.table-available-properties .price-sqm {
  font-family: "Jost",serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.table-available-properties .price_per{
  font-family: "Jost",sans-serif;
  color: var(--color-gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.table-available-properties .action:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  left: 0px;
  background: #d8d8d8;
  top: 15%;
}

.table-available-properties .action {
  position: relative;
  padding-right: 0px;
  padding-left: 20px;
}

.table-available-properties .action .button-v2 {
  justify-content: center;
  padding: 15px 10px;
  width: 100%;
}

.table-available-properties .action .button-v2 .text {
  display: inline-block;
  font-family: "Jost",serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.12px;
  text-align: center;
}

.table-available-properties .action .button-v2:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.table-available-properties .action .favorite-button {
  padding: 12px;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6px;
  color: #000000;
  text-wrap: nowrap;
  font-family: "Jost",serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.23px;
  text-align: left;
}

.table-available-properties .action .favorite-button i {
  font-size: var(--font-size-20);
}

.table-available-properties .action .table-responsive {
  overflow-x: auto;
}

.table-available-properties .not-sortable-row td {
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14.95px;
  color: #808080;
  padding-top: 0px;
  padding-left: 50px;
  height: 50px;
  vertical-align: top;
}
.table-available-properties .sortable-row {
  border-bottom: none !important;
}
.table-available-properties .sortable-row td:not([rowspan]) {
  padding-bottom: 0px;
}

.table-available-properties .action .favorite-button.active,
.table-available-properties .action .favorite-button:hover,
.available_properties_card .favorite-button.active,
.available_properties_card .action .favorite-button:hover {
  color: rgba(0, 0, 0, 1);

}
.available_properties_card_inner
  .content
  .content_body
  .meta-infos
  .meta-info
  .unit {
  color: #808080;
}
@media screen and (max-width: 860px) {
  #availableProperties .custom-select .custom-selected .select-arrow {
    margin-left: auto;
  }
  #availableProperties .sort.select {
    display: block;
  }
  #availableProperties .sort.select .label {
    margin-bottom: 10px;
    display: block;
  }
  .table-available-properties td {
    height: initial;
  }
}
