/* ========================================================================
 * SELECT2
 * ======================================================================= */
@charset "UTF-8";
.select2-container{
  width: 100% !important;
}
.select2-result-repository { padding-top: 4px; padding-bottom: 3px; }
.select2-result-repository__avatar { float: left; width: 60px; margin-right: 10px; }
.select2-result-repository__avatar img { width: 100%; height: auto; border-radius: 2px; }
.select2-result-repository__meta { margin-left: 70px; }
.select2-result-repository__title { color: black; font-weight: bold; word-wrap: break-word; line-height: 1.1; margin-bottom: 4px; }
.select2-result-repository__forks, .select2-result-repository__stargazers { margin-right: 1em; }
.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers { display: inline-block; color: #aaa; font-size: 11px; }
.select2-result-repository__description { font-size: 13px; color: #777; margin-top: 4px; }
.select2-results__option--highlighted .select2-result-repository__title { color: white; }
.select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers { color: #c6dcef; }
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #DDD;
  border-radius: 0;
  color: #a2a2a2 !important;
}
.select2-container .select2-selection--single{
  height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 31px;
  padding-left: 11px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  margin-left: -10px;
  margin-top: 2px;
}
.select2-container--default .select2-selection--multiple{
  border: 1px solid #DDD;
  border-radius: 0;
}