/* select2 customized for luma theme */
/* you can override this file if you want to customize the look and field of the select 2 dropdown */
.select2-container--default .select2-selection--single {
    background: rgba(255, 255, 255,0) url(../../images/select-bg.svg) no-repeat 100% 45%;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 1px;
    font-family: inherit;
    font-size: 14px;
    height: 32px;
    line-height: 1.428571429;
    /* padding: 4px 25px 5px 10px; */
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
        height: 100%;
    line-height: 100;
    display: flex
;
border:transparent;
    align-items: center;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #222 !important;
}

.select2-dropdown {
    background-color: white;
    /* border: 1px solid #aaa; */
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    box-shadow: 2px 2px 13px 7px #0c0c0c1f;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 3px;
    padding-bottom: 9px;
    padding-top: 10px;
}
.select2-dropdown {
    border: transparent;
    box-shadow: 2px 2px 13px 7px #0c0c0c1f;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 3px;
    padding-bottom: 9px;
    padding-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 22px;
}
.select2-container  .selection {
    height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-results__option {
    margin-bottom: 0;
}
