﻿
.select2-container--default .select2-selection--single {
    height: 50.94px !important;
    padding: .78rem 1rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: unset;
    padding-left: 0;
    padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 50%;
    right: 1.5%;
    width: 20px;
}
