/* Select2 */
.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}
.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 20px;
  outline: none;
  position: relative;
}
/* in select */
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  font-family: Montserrat-Regular;
  line-height: 20px;
  color: #888888;
  color:blue;
  padding-left: 0px ;
  background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.select2-selection__arrow b {
  display: none;
}
.select2-selection__arrow:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-right: 8px;
}
/* dropdown option */
.select2-container--open .select2-dropdown {
  z-index: 1251;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  background-color: white;
}
.select2-container .select2-results__option[aria-selected] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.select2-container .select2-results__option[aria-selected="true"] {
  background-color: #e65540;
  color: white;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #e65540;
  color: white;
}
.select2-results__options {
  font-size: 13px;
  font-family: Montserrat-Regular;
  color: #888888;
}
.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #888888;
  color:blue;
}
/*[ rs1-select2 ]
-----------------------------------------------------------
*/
.rs1-select2 .select2-container {
  margin-left: 26px;
}
.rs1-select2 .select2-container .select2-selection--single {
  height: 20px;;
}
/*[ rs2-select2 ]
-----------------------------------------------------------
*/
.rs2-select2 .select2-container .select2-selection--single {
  background-color: white;
  height: 50px;
}
.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  /*color: #555555;*/
  padding-left: 22px ;
  /*color:blue;*/
  font-family: 'opensans_regular';
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}
.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}
#dropDownSelect2 .select2-results__options {
  color: #555555;
  /*color:blue;*/
  font-family: 'opensans_regular';
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}
#dropDownSelect2 .select2-search--dropdown .select2-search__field {
  /*
  color: #555555;
  color:blue;
  */
  font-family: 'opensans_regular';
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}
/*[ rs3-select2 ]
-----------------------------------------------------------
*/
.rs3-select2 .select2-container .select2-selection--single {
  height: 45px;
}
.rs3-select2 .select2-selection__arrow b {
  display: block;
}
.rs3-select2 .select2-selection__arrow:after {
  display: none;
}
/*[ rs4-select2 ]
-----------------------------------------------------------
*/
.rs4-select2 .select2-container .select2-selection--single {
  height: 40px;
}
.rs4-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px ;
}
.rs4-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
}

