.dd {
    display: flex;
    white-space: nowrap;
    width: 100%;

    /* .sel */
    font-family: var(--font-family);
    height: 15px;
    margin: 2px 0 4px 0;
    /* .txt */
    position: relative;
    float: left;
    margin: 2px 0 4px 0;
    height: 15px;
    padding: 0px;
    background-color: var(--form-background-color);
    cursor: default;
}

.dd * {
    user-select : none;
}

.dd.dd-select {
    border: 1px solid var(--form-border-color);
    border-radius: 3px;
    min-height: 21px;
    box-sizing: border-box;
}

.dd.saf.dd-select {
    border-radius: 4px;
}

.dd.dd-select:hover,
.dd.bui.dd-select:hover {
    border-color: var(--form-border-hover-color);
}

.dd.dd-select.required,
.dd.bui.dd-select.required {
    border-color: var(--form-border-error-color);
}

.dd.dd-select.required:hover,
.dd.bui.dd-select.required:hover {
    border-color: var(--form-border-error-hover-color);
}

.dd .dd-bluefinSelectEle {
    color            : #404040;
    background-color : var(--white);
    font-size        : 12px;
    padding          : 0;
    margin           : -2px 0px 0px 0px;
    height           : 17px;
    line-height      : 15px;
    outline          : none;
    float            : left;
    font-family      : inherit;
    vertical-align   : text-top;
}

.dd .dd-input-area,
.dd .dd-output,
.dd .dd-input {
    width: 100%;
    vertical-align: middle;
    margin-top: 0.5px;
    font-size: 12px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: rgb(64, 64, 64);
}

.dd .dd-action-area {
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-end;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.dd .dd-action-area button {
    cursor: pointer;
    background-size: contain;
    width: 10px;
    height: 100%;
    border: none;
    padding-right: 0;
    padding-left: 0;
    background-size: 8.5px 8.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.dd button.dd-toggle {
    margin-left: 0;
    background-image: url(down-arrow.svg);
}

.dd.mac.chr button.dd-toggle {
    margin-left: 0;
    background-image: url(down-arrow.svg);
}

.dd.saf button.dd-toggle {
    background-image: url(up-down-arrow.png);
    background-size: 6px 12px;
    margin-right: 1px;
}

.dd button.dd-dbldown {
    margin-left: 0;
    background-image: url(double-down-arrow.svg);
    background-size: 14px;
}

.dd input.dd-output,
.dd input.dd-input {
    margin-left: 4px;
    margin-right: 4px;
}

.dd .dd-list {
    background-color: unset;
    position: absolute;
    cursor: default;
    left: -1px;
    top: 19px;
    z-index: 3;
    line-height: 15px;
    font-size: 12px;
    border: 1px solid var(--form-border-color);
    border-radius: 4px;
    background-color: white;
    box-shadow: 1px 3px 6px rgb(27 33 58 / 25%);
    overflow-y: scroll;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.dd.bui .dd-list {
    background-color: #e4e2e6;
    border-radius: 8px;
}

div.dd.bui ul[role="listbox"].dd-list:nth-child(odd) { /*specificity nix of .zebra ul:nth-child(odd)*/
    background-color: #e4e2e6;
}

ul[role="listbox"].dd-list:nth-child(odd) { /*specificity nix of .zebra ul:nth-child(odd)*/
    background-color: white;
}

.dd-list > li.dd-option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding-top: 4px;
    padding-right: 22px;
    padding-bottom: 4px;
    padding-left: 22px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: white;
    color: black;
    float: unset;
}

.dd-list > li.dd-option.selected {
    background-color: #283593;
    color: white;
}

.dd-list > li.dd-option.hot {
    background-color: #f6f8fb;
    color: black;
}

.dd-list > li.dd-option:hover {
    background-color: #f6f8fb;
    border-color : #f6f8fb;
    color: black;
    opacity: 80%;
}

.dd-list > li.dd-option.selected.hot,
.dd-list > li.dd-option.selected:hover,
.dd-list > li.dd-option.selected.hot:hover{
    background-color: #283593;
    color: white;
    opacity: 0.80;
}

.dd.bui .dd-list > li.dd-option {
    background-color: #e6e2e8;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-right: 5px;
    background-size: 16px;
    background-position: 3px center;
    padding-left: 20px;
    opacity: 100%;
}

.dd.bui .dd-list > li.dd-option.selected {
    color: black;
    background-color: transparent;
    background-image: url(check.svg);
}


.dd.bui .dd-list > li.dd-option.hot {
    border-radius: 5px;
    background-color: #549cff;
    border-color : #549cff;
    color: white;
}

.dd.bui .dd-list > li.dd-option:hover {
    background-color: #549cff;
    border-radius: 5px;
    color: white;
    opacity: 0.80;
}

.dd button.dd-tag {
    margin-right: 2px;
    padding-right: 3px;
    display: block;
    background-color: #f6f6f6;
    border: solid 1px lightgray;
    border-radius: 9px;
    font-size: 10px;
    line-height: 8px;
    color: lightslategray;
}

.dd.saf button.dd-tag {
    width: unset;
}

.dd.chr button.dd-tag {
    height: unset;
    width: unset;
}

.dd button.dd-tag span {
    color: transparent;
    text-shadow: 0 0 0 lightslategray;
    font-size: 6px;
    padding-right: 4px;
    position: relative;
    left: 1px;
    top: -1px;
}

.dd .dd-spin {
    width: 16px;
    height: 16px;
    vertical-align: center;
    align-content: center;
}

.dd-option span {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    color: #333;
    font-size: 12px;
}

.dd-option.hot span {
    color: white;
}

.dd-option span.dd-lit {
    background-color: #fbf49c; /* Product specific choice */
    color: #333;
}