﻿
.address-picklist-container {
    position: absolute;
    width: auto;
    display: block;
    border: 1px solid #333333;
    font-family: arial;
    color: black;
    margin-top: 40px;
    z-index: 999;
}

.address-picklist {
    background-color: white;
    max-height: 150px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
}

.picklist-refinement-box {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 5px 11px;
    border-bottom: 1px solid #1d4f91;
}

    .picklist-refinement-box button {
        margin-top: 0;
        margin-left: 1em;
        border-radius: 4px;
        padding: 8px 14px;
        color: white;
        background-color: #426da9;
        border: 1px solid transparent;
        font-size: 14px;
        line-height: 16px;
    }

.address-picklist div,
.use-address-entered,
.powered-by-experian,
.picklist-suggestions-header,
.picklist-use-entered-header,
.picklist-use-entered-option {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    padding: 5px 11px;
}

.address-picklist div {
    padding-left: 20px;
    position: relative;
}

.use-address-entered,
.powered-by-experian {
    background-color: white;
    border-top: 1px solid #1d4f91;
    margin-top: 0;
    padding-top: 7px;
    display: flex;
    align-items: center;
}

    .use-address-entered:hover {
        background-color: #f4f4f4;
        cursor: pointer;
    }

.picklist-use-entered-container {
    background-color: white;
}

.picklist-use-entered-header,
.picklist-suggestions-header {
    background-color: #eaeaea;
    font-weight: 600;
}

.picklist-use-entered-option {
    padding-left: 20px;
}

    .picklist-use-entered-option:hover,
    .address-picklist div:not(.selected):hover {
        background-color: #e0effb;
    }

.address-picklist .selected {
    background-color: #426da9;
    cursor: pointer;
    border-left: 4px solid #e63888;
    color: white;
}

.picklist-use-entered-option,
.address-picklist div:not(.selected) .what3words-name {
    font-weight: bold;
    padding-bottom: 0px;
}

.picklist-use-entered-option,
.address-picklist div:not(.selected) .what3words-description {
    font-style: italic;
    padding-top: 0px;
    font-size: 12px;
}


