.aui-dropdown2-section.s-options-container {
    margin-top: 0;
}

.s-options-search-container {
    margin: 0;
    padding: 9px 10px 9px 10px;
}

.s-options-search-container input.text[type="text"] {
    max-width: unset;
}

.s-options-container {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.s-options-container .aui-list-truncate li:first-child {
    border-top: none;
}

.aui-list-truncate.s-border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DFE1E5;
}

.aui-list-truncate .s-group-item {
    border-top: 1px solid #DFE1E5;
    padding: 7px 10px 7px 10px;
    cursor: default;
    text-transform: uppercase;
    font-size: 11px;
    color: #172B4D;
    font-weight: 600;
}

.aui-list-truncate .s-tb-fbf-option .s-cmdd-suggestion {
    padding: 5px 10px 5px 10px;
    box-shadow: none;
}

.aui-dropdown2-section .aui-list-truncate span.check-list-group-actions a.s-clear-all {
    color: #0052cc;
    width: fit-content;
}

.aui-dropdown2-section .aui-list-truncate span.check-list-group-actions a.s-clear-all:hover,
.aui-dropdown2-section .aui-list-truncate span.check-list-group-actions a.s-clear-all:visited {
    text-decoration: underline;
    color: #0052cc;
    background-color: transparent;
}

.s-tb-fbf-option .s-checkbox {
    margin-left: 0;
}

.s-options-info {
    display: inline-block;
    padding: 5px 10px;
    font-style: italic;
    color: #333;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    cursor: default;
}

.s-options-loading {
    position: absolute;
    top: 16px;
    right: 16px;
}
