
#map {
    height: 100%;
}

#computer {
    min-height: 800px;
}
  
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.autocomplete-input-container {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.autocomplete-input {
    text-align: center;
}

#my-input-autocomplete {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    font-size: 15px;
    border-radius: 3px;
    border: 0;
    margin-top: 10px;
    width: 290px;
    height: 40px;
    text-overflow: ellipsis;
    padding: 0 1em;
}

#my-input-autocomplete:focus {
    outline: none;
}

#autocomplete-results {
    z-index: 10;
    margin: 0;
    right: 5px;
    left: 5px;
    position: absolute;
    display: none;
    background-color: white;
    padding: 0;
    list-style-type: none;
    border-top: 0;

    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.autocomplete-item {
    text-align: left;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    height: 56px;
}

.autocomplete-item:last-child {
    border-bottom: 1px rgba(0, 0, 0, 0);
}

.autocomplete-icon {
    display: block;
    top: 7px;
    bottom: 0;
    left: 8px;
    width: 10px;
    margin: 16px;
    background-repeat: no-repeat;
    background-position: center center;
}

.autocomplete-item:hover .autocomplete-icon.icon-localities {
    background-image: url(https://images.woosmap.com/icons/locality-selected.svg);
}

.autocomplete-item:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.autocomplete-results::after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px
}

.sp-t-boldtitle {
    color: #171415;
    font-weight: bold;
    letter-spacing: -0.03em;
}

.sp-t-subtext {
    color: #ACACAC;
}

.sp-d {
    margin: 12px 12px 12px 0px;
}
