.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #555;
    font-size: 14px;
    line-height: 2.3;
    width: 100%;
}

.select2-container .select2-selection--single{
	box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px;
    user-select: none;
    -webkit-user-select: none;
    width: 100%;
}

.select2-container--default .select2-selection--single{
	background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}