/*-----------------
	5. Select2
-----------------------*/

.select2-container .select2-selection--single {
    border: 1px solid #ddd;
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
    right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000;
    border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 43px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #18aefa;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
    min-height: 40px;
}