.select2{width:100%!important}
.select2-selection{border-radius:0!important; min-height:34px!important}
.select2-selection ul {font-size: 14px!important}
.select2-selection:hover {border-color: #2da5da!important}
.select2-container--focus{border-color: #2da5da!important}
.select2-container *:focus { outline: none;}
.select2-dropdown{border-color: #2da5da!important;border-radius:0!important}
span[aria-owns]{border-color: #2da5da!important;}
.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #2da5da!important}

@media only screen and (min-width: 100px) and (max-width: 992px) {	
	.select2-selection ul{overflow-x:scroll }
}

.select2-container--default .select2-selection--single .select2-selection__arrow{height: 33px;margin-right:5px}
.select2-container--default .select2-selection--single .select2-selection__rendered{ line-height: 33px; padding-right: 30px;font-weight: 500;font-family: inherit;color: #555}
    
.select2-container--default.select2-container--disabled .select2-selection--single{background-color: #fff!important}   
.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #2da5da!important}