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

.map-searchbox {
    background-color: white;
    box-sizing: border-box;
    /*border: 1px solid #E4E6EF;*/
    border-radius: 0.475rem;
    font-weight: 500;
    padding: 12px;
    /*text-overflow: ellipsis;*/
    /*width: 480px;*/
    font-family: 'Poppins';
    /*height: 41px;*/
    margin-top: 10px;
    margin-left: 10px;
}