.select2-selection{
    min-height: 40px !important ;
    display: flex !important;
    align-items: center !important;
}

.select2-selection__arrow{
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.select2-selection__rendered{
    height: fit-content !important;
}

li.select2-selection__choice {
    height: auto !important;
    min-height: 22px !important;
    white-space: normal !important;
    background-color: #5897fb !important;
}

    li.select2-selection__choice:hover {
        background-color: #0074f0 !important;
    }

    button.select2-selection__choice__remove {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

.selectNextQuestion-container .select2-selection__clear{
    margin-left: 10px;
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-right: 1.3rem;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered::after {
        content: "\25BC"; /* Unicode character for a downward-pointing arrow */
        font-size: 12px;
        margin: 0 5px;
        color: #888888;
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
    }


.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered::after {
    content: "\25B2";
}