
.select2-dropdown {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }

  .select2-dropdown.animated {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }
  
  .select2-container {
    width: 300px;
  }
  .select2-container .select2-selection--single {
    height: 51px;    
    background-color: #fff;
    border-color: #ccc;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
    transition: box-shadow 0.3s ease-in;
    outline: 0 none;
    border: 1px solid #e5e5e5 !important;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 25px;
    color: #8a8a8a;
  }
  .select2-container .select2-selection--single .select2-selection__arrow {
    top: 11px;
  }
  .select2-container .select2-selection--single .select2-selection__arrow b {
    border-top-color: #8a8a8a;
  }
  
  .select2-container--open .select2-selection--single {
    /*box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);*/
  }
  

  .select2-container--default .select2-results__option {
    padding: 5px 7px;
    color: #333;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }
  .select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background-color: #ededed;
    color: #333;
  }