

/* .select__custom__wrapper select{
  width:100%;
} */

.select__custom__wrapper .select2-container--default .select2-selection--single{
  border:0;
  border-bottom:1px solid rgba(0, 0, 0, 0.65);
  border-radius: 0;
}

/* .SumoSelect>.CaptionCont>label>i {
  background-image: url(../images/ic_chevron_down.svg);
  background-repeat: no-repeat;
} */

/* .select__custom__wrapper .select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 0;
} */
.select__custom__wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b{
  background-image: url('https://jep-asset.akamaized.net/jiostaticresources/v05/images/ic_chevron_down.svg');
  background-repeat: no-repeat;
  width: 24px;
    height: 24px;
    border:0;
    margin-left: 0;
    margin-bottom: 0;
    top:0;
    left: 0;
}
