/* playonsol/static/css/select2-custom.css */

.select2-container {
    width:100%!important;
}

.select2-container--default .select2-selection--single {
    height:44px;
    border-radius:12px;
    border:1px solid #495057;
    background:#1f2937;
}

.select2-container--default .select2-selection__rendered {
    color:#ffffff !important;
    line-height:42px;
    padding-left:14px;
}

.select2-container--default .select2-selection__arrow {
    height:42px;
}

.select2-dropdown {
    background:#1f2937;
    border:1px solid #495057;
}

.select2-search__field {
    background:#111827 !important;
    color:white !important;
    border:1px solid #495057 !important;
}

.select2-results__option {
    color:white !important;
    padding:10px;
}

.select2-results__option--highlighted {
    background:#2563eb !important;
    color:white !important;
}

.select2-results {
    max-height:250px;
}

.select2-results__options {
    max-height:250px !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__placeholder{
    color:#9ca3af;
}