/*-----------------
    9. Select
-----------------------*/
.select2-container {
  min-width: 100% !important;
  width: auto !important;
  z-index: 99;
  padding: 0 !important;
  color: #141432;
}

.select2-container .select2-selection--single {
  height: 44px;
}

.select2-container--default .select2-selection--single {
  background: #FCFBFB;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #878A99;
  line-height: 40px;
  border-radius: 4px;
  padding-right: 30px;
  padding-left: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #878A99;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  height: 0;
  margin-left: -10px;
  margin-top: -4px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #878A99;
  border-width: 2px 0 0 2px;
  margin-top: 4px;
  padding: 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #3f75c9;
  color: #ffffff;
}

.select2-container--focus .select2-selection--single {
  background: #ffffff !important;
  border: 1px solid #3f75c9;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

