form>.select2-container,
#dropdown_search_units_header_alt .select2-container {
    width: 100% !important;
    border-radius: var(--beon-border-radius);
    color: var(--beon-button-color);
}

#dropdown_search_units_header_alt_alt .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}


#dropdown_search_units_header_alt .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 24px;
    padding-right: 24px;
    color: black;
}

#dropdown_search_units_header_alt .selection {
    display: flex;
    justify-content: flex-end;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    color: #0D181C;
}

#dropdown_search_units_header_alt .select2-container .select2-selection--single {
    width: 20%;
    overflow: hidden;
}

#dropdown_search_units_header_alt .select2-container .select2-selection--single {
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    outline: none;
    -webkit-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0);
}

#dropdown_search_units_header_alt:hover .select2-container .select2-selection--single {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100% !important;
    outline: none;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.5);
}

#dropdown_search_units_header_alt:hover .select2-selection__placeholder {
    opacity: 1;
}


#dropdown_search_units_header_alt .select2-container--default .select2-selection--single {
    border-radius: 28px;
    background-image: url(/wp-content/themes/ruya-stay/assets/images/search_solid.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
    background-size: 25px 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
}

#dropdown_search_units_header_alt span.select2-selection__arrow {
    opacity: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--beon-button-color);
    color: black;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
}

#dropdown_search_units_header_alt select {
    background: inherit !important;
    border: none;
}



/* Mobile select2 */
form>.select2-container,
#dropdown_search_units_header .select2-container {
    width: 100% !important;
    height: 44px;
    /* border: 1px solid var(--beon-button-color); */
    border-radius: var(--beon-border-radius);
    color: var(--beon-button-color);
    /* z-index: -1; */
}

#dropdown_search_units_header {
    border-radius: 40px;
    border: 1px solid black;
}

.jet-mobile-menu__after-template .select2-dropdown {
    display: flex !important;
    flex-direction: column-reverse !important;
}

#dropdown_search_units_header .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}


#dropdown_search_units_header .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 24px;
    padding-right: 24px;
    color: black;
}

#dropdown_search_units_header .select2-container .select2-selection--single {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    outline: none;
}

#dropdown_search_units_header .select2-container--default .select2-selection--single {
    border: 1px solid black;
    border-radius: 28px;
    background-image: url(/wp-content/themes/ruya-stay/assets/images/search_solid.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
    background-size: 25px 25px;
}

#dropdown_search_units_header span.select2-selection__arrow {
    opacity: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--beon-button-color);
    color: black;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
}

#dropdown_search_units_header select {
    background: inherit !important;
    border: none;
}
