.multiselect-container {
    z-index: 10000;
    max-width: 100%;
    max-height: 300px;
}

    .multiselect-container.dropdown-menu {
        overflow-y: scroll;
    }

        .multiselect-container.dropdown-menu::-webkit-scrollbar {
            width: 10px;
            background-color: #ffffff;
        }

        .multiselect-container.dropdown-menu::-webkit-scrollbar-thumb {
            background-color: #d0d4dd;
            border-radius: 0.15rem;
        }

@media (max-width:1400px) {
    /*.multiselect-container:has(.multiselect-filter):has(.multiselect-option:not(.multiselect-filter-hidden):nth-child(10))::before {
        z-index: 10;
        content: "Начните поиск, чтобы увидеть больше";
        font-weight: 600;
        background-color: #fff;
        color: #d0d4dd;
        font-size: 0.8rem;
        line-height: 0.7rem;
        padding: 0.4rem;
        text-wrap: balance;
        word-wrap: normal;
        position: absolute;
        width: 100%;
        bottom: 0;
        text-align: center;
    }*/

    .multiselect-container {
        max-height: none !important;
    }
}