<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pac-container{
    z-index: 1100 !important;
}
.searchSuggestHidden{
	display:none;
}
.searchOuter {
    max-width: 400px;
    margin: 40px auto 0;
    position: relative;
}
#uspsmodal1 .searchOuter{
    margin: 6px auto 0 !important;
}

.searchOuter input {
    background: #fff;
    border: 1px solid #a2a2a2;
    border-radius: 8px;
}

.searchSuggest {
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    z-index: 99999;
    max-height: 200px;
    overflow: auto;
    border: 1px solid #a2a2a2;
}

.searchSuggest ul {
    list-style: none;
    padding: 0;
    width: 100%;
    margin:0;
}

.searchSuggest ul li {
    width: 100%;
    min-height: 40px;
    border-bottom: 1px solid #a2a2a2;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 0 10px;
    color: #858585;
    background: #fff;
    margin: 0 0 0px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.searchSuggest ul li .suggestLabel {
    font-size: 14px;
    font-weight: 600;
    color: #2f2f2f;
    margin: 0 15px 0 0;
    width: 80px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.searchSuggest ul li:hover .suggestLabel {
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.searchSuggest ul li:hover {
    background: #1c5d83;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.searchSuggest .suggestResult {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 280px;
}
.searchSuggest ul li:last-child{
  border:0;
}
#uspsmodal1 .addresses-container{
    max-height: 500px !important;
    overflow: auto;
    /* scrollbar-color: #40bbec #C2D2E4;
    scrollbar-width: 10px !important; */
}
@supports (-moz-appearance:none) {
    #uspsmodal1 .addresses-container{
        /* scrollbar-color: #40bbec #C2D2E4;
        scrollbar-width: auto; */
    }
}
#uspsmodal1 .addresses-container::-webkit-scrollbar {
    width: 10px;
}
 
#uspsmodal1 .addresses-container::-webkit-scrollbar-track {
    background-color: #C2D2E4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
#uspsmodal1 .addresses-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #40bbec;
}</pre></body></html>