::-webkit-scrollbar {
 	display: none;
}

body {
  	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
}

body, html {
	background: #e5e5e5;
}

#select2-billing_country-results::-webkit-scrollbar{
	display: block;
}