    .searchbar-form .form #searchBox_searchRegion {
        flex: 1;
        min-height: 44px;
    }
    ul, li{
        list-style: none;
        padding-left: 0;
    }
    .select-selection {
        width: 100%;
        background: #fff;
        position: relative;
        box-sizing: border-box;
    }
    .select-selection .search {
        padding: 7px 10px;
        /*border: 1px solid #ced4da;*/
        border-radius: 5px;
        min-height: 50px;
    }
/*    .select-selection:after {
        content: "";
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") right 8px center no-repeat rgb(255, 255, 255);
        background-size: 12px;
        transition: all 0.1s linear;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
    }*/
    .select-selection:hover:after {
        transform: rotate(180deg)
    }
    .select-selection .search ul li {
        display: inline-block;
    }
    .select-selection .search ul .selected {
        background: #edeef2;
        border: 1px solid #dde0ea;
        border-radius: 0.25rem;
        color: #000000;
        margin: 2px 2px 2px 4px;
        padding: 2px 8px 2px 8px;
        cursor: pointer;
        font-size: 14px;
        line-height: 24px;
    }
    .select-selection .search ul .selected:after {
        content: "×";
        margin-left: 7px;
        vertical-align: middle;
        font-size: 18px;
    }
    .select-selection .search ul li input {
        height: 24px;
        width: 100%;
        vertical-align: middle;
        outline: none;
        border: none;
        font-size: 16px;
        font-weight: normal;
    }
    .select-selection .active{
      border: 1px solid #159f6a82;
      box-shadow: 0 0 5px -1px #1e7a06;
    }
    .select-selection .selection__rendered {
        max-height: 400px;
        overflow: auto;
        border-radius: 5px;
        font-size: 14px;
        color: #6f7178;
    }
    .select-selection .selection__rendered li {
        padding: 7px 10px;
        font-size: 14px;
    }
    .select-selection .selection__rendered li:hover {
        background: #edf4f4;
        color: #000000;
        cursor: pointer;
    }

    /* Doar hover pe input */
    .select-selection .search ul li input:hover {
        background-color: #f5f5f5; /* gri/argintiu deschis */
        transition: background-color 0.2s;
        cursor: text;
    }

    .min-chars-message {
        font-size: 12px;
        color: #999;
        margin-top: 2px;
        font-style: italic;
    }

/* container-ul rădăcină */
.multiselect-container {
    width: 100%;             /* să ocupe toată lățimea searchbar-ului */
    display: flex;           /* layout flexibil */
    flex-direction: column;  /* să fie vertical */
}
