.address-lookup {
    margin-top: 0px!important;
    margin-right: 0px!important;
}

.address-lookup-item-container {
    list-style-type: none;
    width: 94%;
    border: none;
    margin: 0;
    padding: 0.5rem;
    box-shadow: 0rem 0.2rem 0.5rem 0.1rem #e5e5e5;
    z-index: 100;
    position: absolute;
    max-height: 200px;
    overflow: auto;
    overflow-wrap: break-word;
    background: white;
}

.address-lookup-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.3rem;
    color: #999999;
    border-top: #e5e5e5 solid 0.01rem;
}

.address-lookup-item:hover{
    color: #00008f;
}

.address-lookup-item-container li:first-child div {
    border-top-color: #FFF;
}

.address-lookup-item-address {
    display: flex;
    flex-wrap: nowrap;
    padding: 0.3rem;
    padding-right: 0px;
}

.address-lookup-item-address:hover {
    cursor: pointer;
}

.address-lookup-item-selected {
    background: #e5e5e5;
}

.address-lookup-item-content{
    padding-right: 5px;
}
