/* ******************************************************************************************************* */

/* custom style select   */

.style1 {
  font-family: "roboto_condensed";
  position: relative;
  display: flex;
  width: 100%;
  line-height: 2;
  overflow: hidden;
}

.style1 select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  background-color: inherit;
  flex: 1;
  padding: 0 .5em;
  color:#434343;
  cursor:pointer;
  font-size: 1em;
  width: 152px;
  background: white;
}
.style1::after {
  content: '\25BC';
  position: absolute;
  top: 3px;
  right: 6px;
  cursor:pointer;
  pointer-events:none;
  color:#434343;
}

.style1 select::-ms-expand {
  display: none;
}




/******************************************************************************************************** */

.style2 {
  font-family: "roboto_condensed";
  position: relative;
  width: 100%;
  line-height: 2;
  overflow: hidden;
}
.style2 select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  background-color: inherit;
  flex: 1;
  padding: 0 .5em;
  color:#434343;
  cursor:pointer;
  font-size: 1em;
  width: 100%;
  border-bottom: 3px solid #434343;
}

.style2::after {
  content: '\25BC';
  position: absolute;
  top: 1px;
  right: 0;
  cursor:pointer;
  pointer-events:none;
  color: #2b2e2e;
}


.style2 select::-ms-expand {
  display: none;
}



/******************************************************************************************************** */
.style3 {
  position: relative;
  font-family: "roboto_condensed";
  width: 100%;
  line-height: 2;
  overflow: hidden;
}
.style3 select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  background-color: inherit;
  flex: 1;
  padding: 0 .5em;
  color:#434343;
  cursor:pointer;
  font-size: 1em;
  width: 100%;
  border: 3px solid #434343;
}
.style3::after {
  content: '\25BC';
  position: absolute;
  top: 3px;
  right: 6px;
  cursor:pointer;
  pointer-events:none;
  color: #2b2e2e;
}

.style3 select::-ms-expand {
  display: none;
}


/* ********************************************************************************************************** */

/* *********************************************STYLE 4******************************************************* */

/* ********************************************************************************************************** */

/* Dropdown wrap*/

.style4  {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  overflow: hidden;

}
.style4::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #2b2e2e;
  cursor:pointer;
  pointer-events:none;
  color: white;
}


.style4 select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  background-color: inherit;
  flex: 1;
  padding: 0 .5em;
  color:#434343;
  cursor:pointer;
  font-size: 1em;
  width: 100%;
  border: 3px solid #434343;
}
.style4 select::-ms-expand {
  display: none;
}

/* ********************************************************************************************************** */

/* *********************************************STYLE 5******************************************************* */

/* ********************************************************************************************************** */

/* Dropdown wrap*/

.style5  {
  position: relative;
  display: flex;
  width: 2.9em;
  height: 3em;
  line-height: 3;
  overflow: hidden;

}
.style5::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #2b2e2e;
  cursor:pointer;
  pointer-events:none;
  color: white;
}


.style5 select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  background-color: inherit;
  flex: 1;
  padding: 0 .5em;
  color:#434343;
  cursor:pointer;
  font-size: 1em;
  width: 100%;
  border: 3px solid #434343;
}
.style5 select::-ms-expand {
  display: none;
}

.style5 input {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  background-color: inherit;
  flex: 1;
  padding: 0 .5em;
  color:#434343;
  font-size: 1em;
  width: 100%;
  border: 3px solid #434343;
}

.style6 {
	width: 20em;
}

.style6 .ms-options {
	position: relative!important;
}

.style6 .ms-options-wrap button {
	color: #434343!important;
	border: 3px solid #434343;
	font-size: 1em;
	height: 3em;
}

.style6 .ms-options-wrap button::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.7em 0.9em;
  background: #2b2e2e;
  cursor:pointer;
  pointer-events:none;
  color: white;
  height: 100%;
  width: auto;
  margin-top: 0;
  border: none;
}
