/* Custom CSS to override any conflicts */
.select2-container .select2-selection--single {
    /* height: 34px; */
    height: calc(1.6em + .75rem + 2px);
    /* line-height: 34px; */
    line-height: 1.6;
    border-radius: 8px;
    color: #495057;
    background-color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 0px;
    right: 5px;
    width: 20px;
}
