/*override global styling*/
.select2 {
    width: 100%;
}

.select2-container--default .select2-dropdown {
    border: none;
}

.select2-container--default .select2-results__option {
    padding: 8px 18px;
    font-weight: 700;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #c60078;
}
/*custom class style*/
.select2 .select2-selection.custom-select2 {
    height: 70px;
    border: none;
}

.select2 .select2-selection.custom-select2 .select2-selection__rendered .select2-search__field {
    width: 100%!important;
}

.select2 .select2-selection.custom-select2 .select2-search__field {
    margin: 0;
    padding: 15px 30px 15px 56px;
    width: 100%;
    height: 70px;
    border: 0;
    border-radius: 5px;
    background: #fff;
    background-image: url('img/icon-zoom.svg');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 18px;
    box-shadow: none;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
}
.select2 .select2-selection.custom-select2 .select2-selection__rendered {
    position: relative;
}
.select2 .select2-selection.custom-select2 .select2-selection__choice {
    position: absolute;
    top: 50%;
    margin: 0 0 0 54px;
    padding: 0 24px 0 0;
    overflow: hidden;
    width: calc(100% - 64px); /* plus 10px parent padding*/
    border: none;
    background-color: transparent;
    color: #000;
    font-weight: 700;
    transform: translateY(-50%);
}

.select2 .select2-selection.custom-select2 .select2-selection__choice__remove {
    position: absolute;
    right: -2px;
    margin-right: 2px;
    width: 20px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
}

@media screen and (min-width: 1200px) {
    .floor-plan--alfa .select2 {
        width: 270px;
    }
}
