.subdivision_plat_map_lot_available_build {
    fill: #FFE7A2 !important;
    background-color: #FFE7A2 !important;
    color: #FFE7A2 !important;
}
.subdivision_plat_map_lot_available_soon {
    fill: #FFB49E !important;
    background-color: #FFB49E !important;
    color: #FFB49E !important;
}
.subdivision_plat_map_lot_sold {
    fill: #D9D4CD !important;
    background-color: #D9D4CD !important;
    color: #D9D4CD !important;
}
.subdivision_plat_map_lot_available_purchase {
    fill: #FCA562 !important;
    background-color: #FCA562 !important;
    color: #FCA562 !important;
}
/*.subdivision_plat_map_lot_available_build_permit_hold {
  fill: #FFF0C4 !important;
  background-color: #FFF0C4 !important;
}*/
svg .subdivision_plat_map_lot_available_build, svg .subdivision_plat_map_lot_available_soon, svg .subdivision_plat_map_lot_unavailable, svg .subdivision_plat_map_lot_sold, svg .subdivision_plat_map_lot_available_purchase {
  cursor: pointer;
}
.subdivision_plat_map_lot_unavailable, .subdivision_plat_map_lot_filter_hide {
    fill: white !important;
    background-color: white !important;
    color: white !important;
    cursor: default !important;
}
.subdivision_plat_map_lot_model {
  fill: #97D2FF !important;
  background-color: #97D2FF !important;
  color: #97D2FF !important;
}