.select2-selection.select2-selection--single.dark {
    height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999;
}
.select2-selection.select2-selection--single.dark .select2-selection__arrow {
    top: 8px;
    right: 8px;
}
.select2-container {
    max-width: 100%;
}
.select2-dropdown {
    border: solid 1px #303030;
}
.select2-search--dropdown {
    /* background-color: rgb(0,0,0); */
}
.select2-search__field {
    /* color: #999; */
    /* background-color: rgb(0,0,0); */
    border: solid 1px #303030;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    /* background-color: var(--color1);
    color: #000000; */
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    color: #ffffff;
}
.select2-results { 
    /* background-color: rgb(0,0,0); */
}
.select2-results__option {
    /* color: #999;
    background-color: rgba(0, 0, 0, 0.9); */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default .select2-selection--single {
    color: #999;
    /* background-color: rgba(0,0,0,0.2); */
    border-color: rgba(255,255,255,0.6);
    padding: 0.26rem 0.75rem;
    height: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: rgba(255,255,255,0.1);
}

.select2-container--default .select2-results__option--selected {
    /* background-color: rgba(0, 0, 0, 0.9); */
}



select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

.select2-container--default.readonly .select2-selection--single {
    background-color: rgba(255,255,255,0.1);
}
