/* Always set the map height explicitly to define the size of the div
      * element that contains the map. */
.map{
    width: 100%;
    height: 400px;
    background-color: grey;
}
.map-loader{
    width: 100%;
    height: 400px;
    font-size: 18px;
    text-align: center;
    padding-top: 40px;
    position: absolute;
    z-index: 10000;
    background-color: #ffffff;
}
.map-loader .progress{
    margin-top: 20px;
    width: 50%;
    margin: 0 auto;
}
/* Optional: Makes the sample page fill the window. */
html, body {
    /* height: 100%; */
    margin: 0;
    padding: 0;
}
.controls {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    height: 29px;
    margin-left: 17px;
    margin-top: 10px;
    outline: none;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

.controls:focus {
    border-color: #4d90fe;
}
.title {
    font-weight: bold;
}

#map-place_id{
    div[aria-label="Mappa"]{
        .gm-style-iw-d{
            font-size: 18px;
            >div{
                max-width: 100%;
                @media (max-width:630px){
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }
                >div{
                    max-width: 100%;
                }

            }
            @media (max-width:630px){
                font-size: 14px;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
            }
        }
        .btn.btn-primary{
            height: 30px;
            padding: 8px 8px;
            font-size: 14px;
            line-height: 1.45;
            @media (max-width:630px){
                margin-top: 5px;
                padding: 3px 8px;
                font-size: 14px;

            }
        }
    }
    input[type="text"]{
        height: 40px;
        border-radius: 4px;
        box-shadow: 0 2px 7px 1px #0000004d;
        &::placeholder{
            color: #000;
        }
    }
}

/* btn remove poi */

.poi-map-view {
    .btn-remove-poi {
        display: none;
    }
}

