﻿.selectivity-single-select {
    background-color: white;
    min-height: unset !important;
    padding: unset !important;
}

.selectivity-result-item.highlight {
    background-color: #c167eb;
    color: white;
}

.selectivity-results-container {
    max-height: 12em !important;
    text-align: right;
    font-size: 16px;
}

.selectivity-single-result-container {
    position: absolute;
    top: 2px;
    right: 15px;
    left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

