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

.select2-container--default .select2-selection--multiple {
    background-color: rgb(33, 37, 41);
    color: #fff;
    border: 1px solid rgb(72, 80, 86);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgb(72, 80, 86);
    color: rgb(172, 181, 189);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.select2-container--default .select2-selection--single {
    background-color: rgb(33, 37, 41);
    border: 1px solid rgb(72, 80, 86);
    color: #fff;
    height: calc(2.25rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(172, 181, 189);
    line-height: calc(2.25rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.25rem + 2px);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(33, 37, 41);
    color: #fff;
}

.select2-container--default .select2-results__option {
    color: rgb(172, 181, 189);
    background-color: rgb(33, 37, 41);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: rgb(172, 181, 189);
    background-color: rgb(33, 37, 41);
}

.select2-dropdown {
    border-color: rgb(72, 80, 86);
    background-color: rgb(33, 37, 41);
}