.select2-container--ypi .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    border-radius: 0;
}
.select2-container--ypi .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

/*** General ***/

.select2-container {
    outline: none;
}
.select2-dropdown {
    background-color: #8e8e8e;
    border: none;
    color: #fff;
}
.selectpicker {
    width: 100%;
}
.select2-container--ypi .select2-selection--single {
    border-radius: 0;
    position: relative;
}
.select2-container--ypi .select2-selection--single .select2-selection__rendered {
    font-family: "proxima-nova",sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.select2-container--ypi .select2-selection--single .select2-selection__arrow b {
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.select2-container--ypi .select2-selection--single .select2-selection__arrow {
    position: absolute;
}

@media (min-width: 768px) {
    .select2-container--ypi .select2-selection--single {
        font-size: 18px;
        padding: 6px;
        height: 45px;
        margin-right: 40px;
    }
    .select2-container--ypi .select2-selection--single .select2-selection__rendered {
        line-height: 33px;
    }
    .select2-container--ypi .select2-selection--single .select2-selection__arrow {
        height: 45px;
        width: 40px;
        top: 0;
        right: -40px;
    }
    .select2-container--ypi .select2-selection--single .select2-selection__arrow b {
        border-width: 26px 12px 0 12px;
        top: 10px;
        left: 9px;
    }
    .select2-container--ypi.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 12px 26px 12px;
    }

}

@media (min-width: 1500px) {
    .select2-container--ypi .select2-selection--single {
        /*  margin-right: 80px;*/
    }
}
@media (max-width: 767px) {
    .select2-container--ypi .select2-selection--single {
        font-size: 14px;
        padding: 5px;
        margin-right: 20px;
        height: 32px;
    }
    .select2-container--ypi .select2-selection--single .select2-selection__rendered {
        line-height: 22px;
    }
    .select2-container--ypi .select2-selection--single .select2-selection__arrow {
        height: 45px;
        width: 40px;
        top: 0;
        right: -40px;
    }
    .select2-container--ypi .select2-selection--single .select2-selection__arrow b {
        border-width: 18px 8px 0 8px;
        top: 6px;
        left: 9px;
    }
    .select2-container--ypi.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 8px 18px 8px;
    }

}

.select2-container--ypi[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
.select2-container--ypi[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
.select2-container--ypi.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
.select2-container--ypi.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--ypi .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
.select2-container--ypi .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container--ypi .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
.select2-container--ypi .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
.select2-container--ypi .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--ypi .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--ypi .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333; }
.select2-container--ypi[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--ypi[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right; }
.select2-container--ypi[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
.select2-container--ypi[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
.select2-container--ypi.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
.select2-container--ypi.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
.select2-container--ypi.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
.select2-container--ypi.select2-container--open.select2-container--above .select2-selection--single, .select2-container--ypi.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.select2-container--ypi.select2-container--open.select2-container--below .select2-selection--single, .select2-container--ypi.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.select2-container--ypi .select2-search--dropdown .select2-search__field {
    background-color: #b0abaf;
    border: 1px solid #b0abaf;
    font-size: 16px;
    padding: 3px 4px;
}
.select2-container--ypi .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0; }
.select2-container--ypi .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
.select2-container--ypi .select2-results__option[role=group] {
    padding: 0; }
.select2-container--ypi .select2-results__option[aria-disabled=true] {
    color: #61636a; }
.select2-container--ypi .select2-results__option[aria-selected=true] {
    background-color: #979396; }
.select2-container--ypi .select2-results__option .select2-results__option {
    padding-left: 1em; }
.select2-container--ypi .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--ypi .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--ypi .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }
.select2-container--ypi .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }
.select2-container--ypi .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }
.select2-container--ypi .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }
.select2-container--ypi .select2-results__option--highlighted[aria-selected] {
    background-color: #8d004b ;
    color: #fff; }
