.select2-container .select2-selection--single {
    height: 48px;
    padding: 6px 11px 6px 11px;
    border: 1px solid #ced4da;
    border-radius: 6px;

    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top:20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url("../svg/caret-down.183df13a0035.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 10px !important;
    width: 10px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background: url("../svg/caret-up.357b4e203042.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #777777;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #495057;
    padding-left: 0px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.select2-dropdown {
    border: 1px solid #ced4da;
    border-radius: 6px;
}

/*When dropdown is open:*/
.select2-container--open .select2-dropdown--below {
    margin-top: 5px;
    border-top: 1px solid #ced4da;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 2px 0px 2px 0px;
}

.select2-search {
    position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: 30px;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

/*Custom search icon:*/
.select2-search:before {
    display: block;
    position: absolute;
    content: '';
    background: url("../svg/search_icon.4057fe5cb22b.svg");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    top: 11px;
    left: 8px;
}

/*Custom Dropdown:*/
.select2-results__options >li {
    padding: 12px 10px 12px 10px;
    border-bottom: 1px solid #ced4da;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.select2-results__options >li:last-child {
    border: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #008097;
}
