@media (min-width: 992px) {
    div::-webkit-scrollbar,
    ol::-webkit-scrollbar,
    pre::-webkit-scrollbar,
    span::-webkit-scrollbar,
    ul::-webkit-scrollbar {
        width: 0.8rem;
        height: 0.4rem;
    }
}

@media (min-width: 992px) {
    div::-webkit-scrollbar-thumb,
    ol::-webkit-scrollbar-thumb,
    pre::-webkit-scrollbar-thumb,
    span::-webkit-scrollbar-thumb,
    ul::-webkit-scrollbar-thumb {
        background-color: #eff2f5;
    }
}

.select2-results__option--highlighted {
    background-color: #ebebeb !important;
    color: #000000 !important;
    transition: color 0.2s ease, background-color 0.2s ease !important;
}

.select2-results__option--selected {
    background-color: var(--sieg-blue) !important;
    color: #fff !important;
    transition: color 0.2s ease, background-color 0.2s ease !important;
}

.select2-search__field {
    background-color: #fff !important;
    padding: 0.55rem 0.75rem !important;
    color: #181c32 !important;
    font-size: 0.925rem !important;
    border: 1px solid #e4e6ef !important;
    outline: 0 !important;
}

.select2-search {
    padding: 0.5rem 1.25rem !important;
    margin: 0 0 0.5rem 0 !important;
}

.select2-dropdown {
    border: 0 !important;
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 10%) !important;
    padding: 1rem 0 !important;
    background-color: #fff !important;
}

.select2-results__option {
    color: #5e6278;
    transition: color 0.2s ease, background-color 0.2s ease !important;
    padding: 0.75rem 1.25rem !important;
    margin: 0 0 !important;
}

.select2-selection.select2-selection--single {
    height: auto !important;
    background-color: #efefef !important;
    border: 1px solid #f5f5f5 !important;
}

.select2-selection__rendered {
    line-height: 33px !important;
}

.select2-container {
    font-size: 11px !important;
    min-width: 250px;
}

.select2-selection__arrow b {
    margin-top: 1px !important;
}

.iris-table-content .select2-container {
    float: right;
    margin: 0 5px 0 0;
    max-height: 35px;
    overflow: overlay;
    background-color: #efefef !important;
}

/*Mudanças 20/04*/
.select2-selection--multiple {
    background-color: #efefef !important;
    border: none !important;
    cursor: pointer !important;
}

.iris-table-content > span.select2-container--default {
    background-color: #efefef !important;
    padding-bottom: 2px;
}

ul.select2-selection__rendered {
    display: inline !important;
}

li.select2-selection__choice {
    display: inline-flex !important;
    align-items: center !important;
    height: 20px !important;
    margin-left: 3% !important;
    background-color: #ffffff !important;
    border: none !important;
}

span.select2-search--inline > textarea {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    resize: none;
    font-family: "Kanit" !important;
    font-size: 11px !important;
    position: absolute;
}

.select2-selection__clear {
    border: none !important;
    background: transparent !important;
}

.select2-selection__choice__remove {
    border: none !important;
    background: transparent !important;
}

.select2-selection--multiple > .select2-search--inline {
    display: inherit;
    position: initial;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
}

.div-select2-float-right span.select2-container {
    float: right;
}
