.pac-ul-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    max-width: 100%;
    border-radius: 2px;
    border-top: 1px solid #D9D9D9;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 0;
    margin: 0;
    display: none;
    width: 100%;
    color: #626463;
}

.pac-icon-marker-transit {
    background-position: -1px -100px;
}

.pac-item-custom {
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #626463;
    display: flex;
    padding: 10px 0px 5px 48px;
}
.pac-item-custom:hover {
    background-color: #ececec;
    opacity: 0.7;
}

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../../../img/icon/autocomplete-icons.png);
    -webkit-background-size: 34px 34px;
    background-size: 34px;
}

.pac-icon-background-location {
    background-image: url(../../../img/suggestion/suggestion_location_icon.svg);
    background-size: 20px;
    background-position: 12px;
    background-repeat: no-repeat;
}

.pac-icon-background-search {
    background-image: url(../../../img/suggestion/icon_search.svg);
    background-size: 24px;
    background-position: 12px;
    background-repeat: no-repeat;
}

.bold {
    color: #262626;
    font-weight: 700;
    font-size: 14px;
}

.font-10 {
    font-size: 10px;
}

.font-weight-400 {
    font-weight: 400;
}

.font-size-14 {
    font-size: 14px !important;
}

/*# sourceMappingURL=top-auto-complete.css.map */
