.pac-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: initial;
    border: 2px solid #e5e5e5;
    border-radius: 0.25rem;
    margin-top: -2px;
}

.pac-item {
    padding: 0.5em 1em;
    border-top: none;
}

.pac-item:hover {
    background-color: #e5e5e5;
}

.pac-logo:after {
    margin: 10px;
}

.bg-color-star {
    background-color: #ffe235;
}