

.field-validation-error {
    color: red;
}




#map {
    height: 100%;
}

/*
                * Optional: Makes the sample page fill the window.
                */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: auto; /* Move the search box to the right side */
    margin-right: 50px; /* Add some right margin for spacing */
    margin-top: 100px;
    padding: 10px; /* Add padding for better appearance */
    width: 400px; /* Adjust the width as needed */
    position: absolute; /* Position it absolutely within its parent */
    /*top: 10px;*/ /* Adjust top position as needed */
    right: 10px; /* Adjust right position as needed */
    z-index: 1; /* Ensure it's on top of other elements */
    border-radius: 20px; /* Add rounded corners */
    box-shadow: 5px 5px 5px grey;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}