.selection{
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.75;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: 2px solid rgba(0,0,0,.08);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single{
    border: 1px solid transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 26px;
    padding-left: 0;
}
