.pac-container {
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    border-radius: 2px;
    /*border-top: 1px solid #d9d9d9;*/
    font-family: Arial,sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    display: none;
    height: auto;
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #999;
}

.pac-item{
    display: flex;
    flex-direction: column;
    font-family: Montserrat-Regular;
}

.pac-item:hover {
    background-color: #fafafa;
    cursor: pointer;
}

.pac-icon-marker {
    display: none;
}

div#appHome img {
    cursor: pointer;
}