.pac-container {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;

}

.pac-container:after {
    background-image: none !important;
    height: 0px;
    display: none;
}

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

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: none;
    -webkit-background-size: 34px 34px;
    background-size: 34px;
}

.pac-item {
    padding: 10px;
    cursor: pointer;
    /* border-bottom: none; */
    border: none !important;
    border-radius: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    /* line-height: 30px; */
    text-align: left;
    font-size: 16px;
    /* color: #515151; */
    font-family: var(--body-font) !important;
    line-height: 30px;
    padding: 7px 15px;
    color: #6c738d;
    font-weight: 400;
}
.pac-matched,
.pac-item-query {
    font-size: 16px;
    font-family: var(--body-font) !important;
    line-height: 30px;
    color: #6c738d;
    font-weight: 400;
}
.pac-item:hover {
    background: #ecf3fc;
}

.getAddress_location_list {
    border-radius: 8px;

}

.pac-matched {
    font-weight: none;

}

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