.properties_image{
    width: 30px;
    height: 20px;
    margin-left: 5px;
}

.parking_preview_form{
    color: white; 
    padding: 10px;  
}

.parking_preview_div{
    width: 300px;
    height: 500px;
    background-color: rgb(133, 173, 243,1);
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 3;
    border-radius: 10px 0 0 0;
    display: none;
}