﻿.select2-results__options li:empty {
    display: none
}

.select2-container--default .select2-selection--single {
    border: 0px !important;
    border-radius: 0px !important;
}

.select2 {
    width: 100% !important;
    padding-top: 28px;
}

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}

.selection {
    text-align: center;
}

.EditableComboBoxButton {
    color: black;
    padding-top: 14px !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
    padding-bottom: 11px !important;
    background-color: white;
}

.ComboButtonDiv {
    padding: 0 !important;
}

.ComboButtonGroup {
    margin-left: 1px;
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
}

.ComboButton {
    background-color: #e2e0dc;
    height: 100% !important;
    padding: 0px !important;
    border-radius: 0;
    border-right: 1px solid #ccc !important;
    background-image: linear-gradient(#e2e0dc, #cecece);
    border: none !important;
    border-right: 1px solid #ccc !important;
    width: 25px;
    justify-content: center;
}

    .ComboButton:hover {
        background-image: linear-gradient(#cecece,#e2e0dc) !important;
    }

.ComboButtonIcon {
    color: #524a43 !important;
}

.Disable-combo-color {
    color: #9c9898 !important;
}

.select2-container--default .select2-selection--single {
    border-width: 0 0 1px !important;
    border-style: solid !important;
    border-color: #bdbdbd !important;
    width: 100%;
    background-color:transparent !important;
}

input.select2-search__field:focus-visible {
    outline: none !important;
}

body[dir=rtl] .text-align {
    text-align: right;
}

body[dir=ltr] .text-align {
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    height: unset !important;
    margin-left: unset !important;
    margin-top: unset !important;
    position: absolute !important;
    left: 3px !important;
    top: 28px !important;
    width: unset !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        content: "\f078";
        font-family: 'Font Awesome 5 Pro';
    }

:focus-visible {
    outline: -0px !important;
}
body[dir=ltr] .select2-results__option--selectable {
    text-align: left;
}
body[dir=ltr] .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}