/********************
Select2 Override style
*********************/


/* Assign min-width to container */
.select2-container {
  min-width: 100% !important;
  width: 100% !important;

}

/*Theme Color override*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #009847 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #009847;
  color: #fff;
  opacity: 0.8;
}

.select2-container .select2-choice {
  border: 2px solid #ced4da;
  height: 36px;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-indent: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
}

.select2-container *:focus {
  outline: 0px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ced4da;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: 2px solid #ced4da;
  border-top: 0;
  border-radius: 0px !important;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 2px solid #ced4da;
  border-bottom: 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-container .select2-choice div {
  border-left: 2px solid #ced4da;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.select2-search {
  margin-top: 3px;
  display: none !important;
}

.select2-search input {
  height: 30px !important;
  border: 2px solid #ced4da;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 0px solid #ced4da;
  outline: none;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;

  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results .select2-highlighted {
  background: #009847;
  color: #fff;
  border-radius: 0px;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;

  border: 2px solid #ced4da;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #ced4da;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}

/*New Changes*/
.select2-container--default .select2-selection--single {
  background: #009847;
  border: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #009847;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 18px !important;
  padding-left: 0px !important;
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  top: 60%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #fff;
}


.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  border-radius: 2px !important;
  padding: .45rem .6rem !important;

}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 36px !important;
  user-select: none;
  -webkit-user-select: none;
}

.select2-dropdown {
  border: 1px solid #ced4da !important;
  border-radius: 0px !important;
}