/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */

#map {
    width: 100%;
    height: 600px;
}

#title {
    color: #fff;
    background-color: rgb(20, 103, 159);
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
    margin-bottom: 12px;
    margin-top: 6px;
}

#place-autocomplete-card {
    background-color: white;
    color: rgb(20, 103, 159);
    border: 2px solid #000000;
    border-radius: 5px;
    margin: 10px;
    padding: 0 .5em;
    font-family: Roboto, sans-serif;
    font-size: large;
    font-weight: bold;
    width: 500px;
}

gmp-place-autocomplete {
    width: 400px;
    background-color: rgb(20, 103, 159);
    margin-bottom: 10px;
}

#pickupacomplete{
    font-size: 20px;
}