.select2-container--default .select2-selection--multiple {
    background-color: #262626;
    border : 1px solid #4C4C4C;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #262626;
    border : none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border : 1px solid #4C4C4C;
    background-color: #262626;
    border-radius: 0;
}

.select2-dropdown{
    background-color: #262626;
    border : 1px solid #4C4C4C;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
  }

.select2-results__options {
    color: white;
  }

.input-tierlist {
    box-sizing: border-box;
    width: auto;
    transition: border-color 0.1s, box-shadow 0.1s;
    border: 1px solid #4C4C4C;
    border-radius: 0.1875em;
    background: #262626;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
    color: #e1e1e1;
    font-size: 1.125em;
}