
.select2-container--default .select2-selection--single {
    border: 1px solid #D8D8D8;
    border-radius: 0;
    height: 55px;
  }
  @media (max-width: 991.98px) {
    .select2-container--default .select2-selection--single {
      height: 45px;
    }
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
    padding: 0 60px 0px 20px;
  }
  @media (max-width: 991.98px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 45px;
    }
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
    width: 55px;
    border-left: 1px solid #D8D8D8;
  }
  @media (max-width: 991.98px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 44px;
    }
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 10px;
    height: 10px;
    border-width: 0;
    border-bottom: 2px solid #626262;
    border-left: 2px solid #626262;
    transform: rotate(-45deg);
    top: calc(50% - 5px);
    transition: 0.3s ease-in-out;
  }
  
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    top: 50%;
    transform: rotate(135deg);
  }
  
  .select2-results__option {
    font-size: 14px;
    margin-bottom: 3px;
  }
  
  .select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid #00A217;
  }
  
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,
  .select2-container--default.select2-container--above .select2-selection--single .select2-selection__rendered,
  .select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered {
    font-weight: 700;
  }
  