/* Select2 Mobile Customization Styles */
@media screen and (max-width: 744px) {
	.select2-container--default .select2-selection--single {
		height: 48px;
		border: 1px solid #D9DBDF;
		border-radius: 0;
	}
	
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 32px;
		padding-left: 19px;
		font-family: 'Lato', sans-serif;
		font-size: 16px;
		font-weight: 600;
		color: #434B5E;
	}
	
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 44px;
		right: 24px;
	}
	
	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-color: #434B5E transparent transparent transparent;
		border-width: 8px 7px 0 7px;
	}

	.select2-dropdown {
		z-index: 99999;
		margin-top: 45px;
	}

	.select2-selection {
		display: flex;
		align-items: center;
	}

	.select2-container .select2-selection--single {
		display: flex;
		align-items: center;
	}

	.select2-results__option {
		padding-left: 19px;
	}

	.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
		background-color: #1A21C7;
	}

	.select2-container--default .select2-results__option--selected {
		background-color: #E9F1FB;
	}
}
