.select2-container--default .select2-selection--single{border-radius: 3px;box-shadow: none;border: 1px solid #E5E5E5;height: 48px;padding: 7px 20px;min-width: 140px;background: #F8F8F8;font-size: 14px;color: #555555;transition: background ease-in-out .3s; max-width: 100%;	}
.select2-container--default .select2-selection--single.hovered{background: #ffffff;/*b{transform:rotate(-180deg);}*/}
.select2-container--default .select2-selection--single:focus{box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;border-color: #999999;background: #ffffff;}
.select2-container .select2-selection--single .select2-selection__rendered{padding: 0;line-height: 34px;height: 100%;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 100%;width: 10px; top: 0; right: 20px;} 
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #365EDC;color: white;}
.select2-results__option{padding: 7px 20px; font: 400 14px / 34px "Arial";}
/*.select2-container--default .select2-selection--single .select2-selection__arrow b {display: none;}*/
/*data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E*/
.select2-container--default .select2-selection--single .select2-selection__arrow b {background-image: url("/images/select_arrow.svg");background-color: transparent;background-size: contain;border: none;height: 100%;width: 10px;margin: auto;left: auto; top:0; background-repeat: no-repeat;background-position: center;transition: all 0.8s ease-in-out;margin: 0;}