﻿.multi-select_wrapper {
    position: relative;
    width: calc(100% + 15px);
}

.multi-select_select-all {
    position: absolute;
    width: 30px;
    height: 26px;
    top: 6px;
    right: 16px;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--multiple {
    overflow-x: visible !important;
    white-space: normal !important;
    height: auto !important;
    min-height: 38px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.select2.select2-container {
    overflow: auto;
    max-height: 300px;
    scrollbar-gutter: stable;
    background-color: transparent !important;
}
