.select2-container--default .select2-selection--single{
	font-size: 16px;
    line-height: 31px;
    border: 0;
    border-bottom: 2px solid #edeef2;
    border-radius: 0;
    background: none;
    color: #535f6b;
    height: 45px;
    padding: 0.375rem 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #535f6b;
    padding: 0;
    border: unset;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #535f6b transparent transparent transparent;
	border-width: 5px 5px 0 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: transparent transparent #535f6b transparent;
	border-width: 0 5px 5px 5px;
}

.card-body.event-detail .transfer-detail {
	font-size:15px;
}
