/*selct2*/
.select2-container {
    height: 48px !important;
  }
  
  .select2-dropdown {
    border-radius: 5px;
    border: 1px solid rgb(204, 204, 204);
  }
  
  .select2-selection {
    height: 36px !important;
  }
  
  .select2-selection--multiple {
    height: 36px;
  }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #0d40c3 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 16px;
    padding: 2px 8px 2px 20px;
    vertical-align: middle;
}
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    border-radius: none;
    color: #fff;
    padding: 2px 4px 2px 8px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: transparent;
    color: #fff !important;
  }
  
  .select2-container .select2-search--inline .select2-search__field {
    vertical-align: -webkit-baseline-middle !important;
  }
  
  .select2-results__options li {
    display: block;
    margin: 10px auto;
  }

.select2-results__option--highlighted {
    background-color: #0d40c3 !important;
    color: #fff !important;
}
  
  .select2-container:hover,
  .select2-container:focus,
  .select2-container:active,
  .select2-selection:hover,
  .select2-selection:focus,
  .select2-selection:active {
    outline-color: transparent;
    outline-style: none;
  }
.select2-container--default .select2-selection--single{
    border: none !important;
    font-size:20px;
    color:#000 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding:9px 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{top:9px !important;}
.select2-container--default .select2-search--dropdown .select2-search__field{
  font-size: large;
}
.select2-container--default .select2-results>.select2-results__options{
  max-height:60vh;
}