.beon_voffice_select2_popup[open] {
    width: 100%;
    max-width: 500px;
    height: 500px;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
}
.beon_voffice_select2_popup::backdrop {
    background-color: oklch(0% 0 0 / 0.582);
}
.beon_voffice_select2_popup .select2-dropdown--below{ 
    width: 300px !important;
}



/* Unit direct search */
#dropdown_search_units_popup {
    font: var(--beon-search-name-search-font);
    color: var(--beon-search-name-search-text-color);
}
#dropdown_search_units_popup .select2-container {
    background-color: var(--beon-search-name-search-bg-color);
    border: var(--beon-search-name-search-border);
    border-radius: var(--beon-search-name-search-border-radius);
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 240px;
}
#dropdown_search_units_popup span.selection {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#dropdown_search_units_popup .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
    justify-content: center;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 20px;
}
#dropdown_search_units_popup .select2-selection--single .select2-selection__clear {
    padding-left: 10px;
}
#dropdown_search_units_popup .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
    position: relative;
    color: var(--beon-search-name-search-text-color);
    font: var(--beon-search-name-search-font);
}
#dropdown_search_units_popup .select2-selection--single .select2-selection__rendered::before {
    content: "";
    background: url(/wp-content/themes/labreva-new-theme/assets/images/search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: var(--beon-search-name-search-icon-filter);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
}
#dropdown_search_units_popup .select2-selection__placeholder {
    color: var(--beon-search-name-search-text-color);
    font: var(--beon-search-name-search-font);
}
span.select2-selection__arrow {
    opacity: 0;
}
#dropdown_search_units_popup ~ span.select2-container.select2-container--default.select2-container--open {
    top: 0px !important;
}
.select2-search--dropdown {
    height: 55px;
    padding: 5px;
}
.select2-search--dropdown input {
    height: 45px;
}
.select2-container--default .select2-results>.select2-results__options {
    scrollbar-color: var(--beon-border-color) var(--beon-popup-bg-color);
    scrollbar-width: thin;
}
.select2-results__option:hover, .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: var(--beon-bg-color) !important;
    background-color: var(--beon-primary-color);
}
