
/* SELECT2 */
.select2.select2-container{
    width: 100%!important;
    margin-top: 5px;
    margin-bottom: 10px;;
  }
  
  span.select2-selection.select2-selection--multiple {
    max-height: 150px;
    overflow-y: auto;
  }
  
  .select2-search__field {
    outline: none;
  }
  
  span.select2-selection__clear{
    margin-top: 8px!important;
  }
  
  input.select2-search__field {
    margin-top: 8px!important;
  }
  
  li.select2-selection__choice {
    margin-top: 8px!important;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
  }
  
  
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #7070704F!important;
  }
  
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
  }
  
  
  .select2-container--default .select2-selection--multiple {
    background-color: white;
    cursor: text;
    border: 2px transparent solid!important;
    border-radius: 0px!important;
    min-height: 40px!important;
  }
  
  .select2-container--default .select2-selection--single {
    background-color: white;
    outline: 0;
    cursor: text;
    border: 2px transparent solid!important;
  }
  
  .select2-dropdown{
    border: 2px #7070704F solid!important;
  }
  
  .select2-selection{
    outline: 0!important;
  }
  
  .select2-container--default .select2-selection--single {
    height: 38px!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: center;
  }
  
  .select2-container--focus{
    box-shadow: none;
    outline: 0!important;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px!important;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: auto;
  }
  
  /* Fix select2 multiple with clear all wrap */
  .select2-selection__clear ~ .select2-selection__choice:nth-child(2){
    max-width: calc(100% - 30px);
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: white!important;
    background: #F9A879!important;
    border-color: #F9A879!important;
    font-weight: 400!important;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: white!important;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    color: #cecece!important;
  }
  
  /* END SELECT2 */
  