@charset "UTF-8";
/*!
* CSS esurat
*/

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 38px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    /* height: 0; */
    left: 50%;
    margin-left: -4px;
     margin-top: 2px; 
    position: absolute;
    top: 50%;
    width: 0;
}