#PlaceSearch:focus-visible {
    outline: none;
}

#PlaceSearch:focus::placeholder {
    color: transparent;
}

.pac-container {
    background: linear-gradient(90deg, #D3E0E9 0%, #F1D0C4 22%, #FFF5D2 51%, #D3E0E9 100%); !important;
    border-radius: .5rem;
    margin-top: 12px;
    padding: 4px;
}

.pac-item {
    padding: 4px 0 4px 46px;
    border: none !important;
    cursor: pointer;
    background-color: rgb(242 243 247);
    position: relative;
}

.pac-item:hover, .pac-item-selected {
    background-color: rgb(242 243 247) !important;
    font-weight: bold;
}

.hdpi.pac-logo:after {
    background-color: rgb(242 243 247) !important;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.pac-item:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}


.pac-item, .pac-item-query {
    color: rgb(70 68 81);
    font-family: Nicephore;
}

.pac-icon {
    display: none;
}

.pac-item:before {
    position: absolute;
    top: 6px;
    height: 32px;
    width: 32px;
    padding: 8px;
    padding-top: 5px;
    background-color: rgb(173 173 173 / var(--tw-bg-opacity));
    border-radius: 100%;
    left: 8px;
}

.pac-item:nth-child(1n):hover:before {
    background-color: #D3E0E9;
}

.pac-item:nth-child(2n):hover:before {
    background-color: #F1D0C4;
}

@media (min-width: 768px) {
    .pac-container {
        margin-left: -4px;
    }

    .pac-item:before {
        left: 12px;
    }

    .pac-item {
        padding: 4px 0 4px 50px;
    }
}