/* ----------------- */
/* Select default
/* ------------------*/

.test-select {
	float: left;
	padding-bottom: 200px;
}

.js-select-basic-single {
	width: 100%;
	color: rgba(21,64,97,0.7);
}

.js-select-basic-single:focus {
	outline: none;
}

.select2-choices {
  min-height: 150px;
  max-height: 150px;
  overflow-y: auto;
}

.select2-selection__rendered {
	line-height: 31px !important;
	padding-top: 9px !important;
	padding-left: 20px !important;
}
.select2-container .select2-selection--single {
	height: 48px !important;
}

.select2-selection__arrow {
	height: 48px !important;
}

.select2-container--default {
	font-family: Poppins;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 15px;
	text-transform: uppercase;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent !important;
	border-width: 5px 5px 5px 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: -15px !important;
  right: 5px !important;
  width: 70px !important;  
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent !important;
	background:url('https://cdn2.hubspot.net/hubfs/2714638/Website/img/icon-select.jpg') -4px -8px no-repeat;
	width: 30px;    
	height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b.rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select2-container--default .select2-selection--single {
	border: 0px none;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 0 7px 20px 0 rgba(21,64,97,0.15), 0 1px 4px 0 rgba(21,64,97,0.25);
}

.select2-container--open .select2-dropdown {
	border: 0px none;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 0 7px 20px 0 rgba(21,64,97,0.15), 0 1px 4px 0 rgba(21,64,97,0.25);
  width: auto !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #36bdbb;
}

.select2-container--default .select2-results li {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 20px;
}

.select2-container--default .select2-results>.select2-results__options {
  overflow-y: auto;
  overflow-x: hidden;
}