.subdivision_plat_map_lot_available_build {
    fill: #ffe7a2 !important;
    background-color: #ffe7a2 !important;
    color: #ffe7a2 !important;
}
.subdivision_plat_map_lot_available_soon {
    fill: #fccaca !important;
    background-color: #fccaca !important;
    color: #fccaca !important;
}
.subdivision_plat_map_lot_sold {
    fill: #d9d4cd !important;
    background-color: #d9d4cd !important;
    color: #d9d4cd !important;
}
.subdivision_plat_map_lot_available_purchase {
    fill: #fc9d54 !important;
    background-color: #fc9d54 !important;
    color: #fc9d54 !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;
}
