/* REDESIGN SELECT 2 */
.select2-container--open {
  z-index: 9999999;
}
.select2 {
  width: 100% !important;
}
.select2.error .select2-selection {
  border: 1px solid red !important;
}
.select2.select2-container .select2-selection {
  height: 40px;
  outline: none;
  position: relative;
  border-radius: 5px;
  background: transparent linear-gradient(180deg, #fbfbfb 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #c3c3c3;
}
.select2.select2-container .select2-selection.required-error {
  border: 1px solid red;
}
.select2.select2-container .select2-selection .select2-selection__clear {
  margin-right: 25px;
  width: 22px;
  height: 22px;
  font-size: 0;
  margin-top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #d2d2d2;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.select2.select2-container .select2-selection .select2-selection__clear:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.select2.select2-container .select2-selection .select2-selection__clear:after {
  clear: both;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #000;
}
.select2.select2-container .select2-selection__rendered {
  line-height: 38px;
  padding-left: 15px;
  text-align: left;
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.select2.select2-container .select2-selection__rendered input {
  height: 40px;
}
.select2.select2-container .select2-selection__arrow {
  height: 38px;
  width: 30px;
  line-height: 38px;
  background: #F2F2F2;
  right: 0;
  top: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select2.select2-container .select2-selection__arrow:before {
  clear: both;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  width: 7px;
  height: 1px;
  background-color: #000;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.select2.select2-container .select2-selection__arrow:after {
  clear: both;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 45%;
  width: 7px;
  height: 1px;
  background-color: #000;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
.select2.select2-container .select2-selection__arrow b {
  display: none;
  border: 0;
}
.select2.select2-container .select2-search--inline .select2-search__field {
  border-radius: 0 !important;
  margin-top: 0;
  padding-left: 15px;
}
.select2.select2-container .select2-selection--multiple {
  min-height: 40px;
  border: 1px solid #aaa;
  height: auto;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 43px;
  padding-left: 5px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #ececec;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  cursor: default;
  float: left;
  margin-right: 5px;
  height: 37px;
  margin-top: 5px;
  padding: 0 5px;
  line-height: 37px;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  overflow: hidden;
  border-radius: 0;
}
.select2-dropdown .select2-results__option {
  color: #000;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 11px 0 11px 15px;
  color: #000;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option strong.select2-results__group {
  color: #34a701;
  margin-top: 10px;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: rgba(130, 130, 130, 0.2);
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #f2f2f2;
  color: #000;
}
.select2-search--dropdown {
  padding: 0px 0px;
}
.select2-search--dropdown input.select2-search__field {
  line-height: 30px;
  border-radius: 0;
  border: 0 !important;
  border-bottom: 1px solid rgba(130, 130, 130, 0.2) !important;
  outline: none;
  background-color: #FFF;
  color: #000;
  padding-left: 15px;
}
.img-flag {
  margin-right: 10px;
}
