.select2-container {
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.select2-selection--single {
  cursor: pointer;
  outline: 0;
  display: block;
  padding: .4375rem 0;
  line-height: 1.5715;
  color: #333;
  background-color: #fff;
  position: relative;
  border: 1px solid #ddd;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: .25rem;
}

.select2-container--focus:not(.select2-container--disabled) .select2-selection--single, .select2-container--open .select2-selection--single {
  border-color: #2196f3;
}

.select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: .875rem;
  padding-right: 2.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-selection--single .select2-selection__rendered > i {
  margin-right: .625rem;
}

.select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  font-size: 0;
  line-height: 1;
  margin-top: .1875rem;
  margin-left: .625rem;
  opacity: .75;
  transition: opacity .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .select2-selection--single .select2-selection__clear {
    transition: none;
  }
}

.select2-selection--single .select2-selection__clear:hover {
  opacity: 1;
}

.select2-selection--single .select2-selection__clear:after {
  content: "";
  font-family: icomoon;
  display: inline-block;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-selection--single .select2-selection__arrow:after {
  content: "";
  font-family: icomoon;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: .875rem;
  margin-top: -.5rem;
  font-size: 1rem;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--disabled .select2-selection--single {
  cursor: default;
  color: #999;
  background-color: #fafafa;
  border-color: #ddd;
}

.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-selection--multiple {
  display: block;
  border: 1px solid #ddd;
  cursor: text;
  background-color: #fff;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: .25rem;
}

.multiselect:focus, .select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple, .select2-container--open .select2-selection--multiple, .show > .multiselect.dropdown-toggle {
  border-color: #2196f3;
}

.select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0 .125rem .125rem;
  width: 100%;
}

.select2-selection--multiple .select2-selection__placeholder {
  color: #999;
}

.select2-container--disabled .select2-selection--multiple {
  background-color: #fafafa;
  border-color: #ddd;
}

.select2-container--disabled .select2-selection--multiple, .select2-container--disabled .select2-selection--multiple .select2-search__field, .select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  cursor: default;
}

.select2-selection--multiple .select2-selection__choice {
  background-color: #294653;
  color: #fff;
  cursor: default;
  float: left;
  margin-right: .125rem;
  margin-top: .125rem;
  padding: .3125rem .875rem;
  white-space: normal;
  word-break: break-all;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out;
}

.select2-selection--multiple .select2-selection__choice:focus, .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #294653;
  color: #fff;
}

.select2-selection--multiple .select2-selection__choice > i {
  margin-right: .625rem;
}

.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  margin-top: .2rem;
  line-height: 1;
  margin-left: .625rem;
  opacity: .75;
  transition: opacity .15s ease-in-out;
}

.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  opacity: 1;
}

.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  opacity: .6;
}

.select2-container--disabled .select2-selection--multiple .select2-selection__choice:focus, .select2-container--disabled .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #294653;
  color: #fff;
}

.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

.select2-selection--multiple .select2-search--inline {
  float: left;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 100%;
  margin-top: .125rem;
  padding: .3125rem 0;
  background-color: transparent;
  border-width: 0;
  outline: 0;
  color: inherit;
  margin-left: .25rem;
  -webkit-appearance: textfield;
}

.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #999;
}

.select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-selection--multiple .select2-search--inline .select2-search__field::-ms-input-placeholder {
  color: #999;
}

.select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
  color: #999;
}

.select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
  margin-left: 0;
  padding-left: .75rem;
}

.select2-dropdown {
  background-color: #fff;
  color: #333;
  border: 1px solid rgba(0,0,0,.15);
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1070;
  border-radius: .25rem;
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results > .select2-results__options {
  padding-bottom: .5rem;
  max-height: 280px;
  overflow-y: auto;
}

.select2-results:first-child > .select2-results__options, .select2-search--hide + .select2-results > .select2-results__options {
  padding-top: .5rem;
}

.select2-results__option {
  padding: .5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .select2-results__option, .select2-selection--multiple .select2-selection__choice, .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    transition: none;
  }
}

.select2-results__option + .select2-results__option {
  margin-top: 1px;
}

.select2-results__option i {
  margin-right: .625rem;
}

.select2-results__option i.icon-undefined {
  display: none;
}

.select2-results__option[role=group] {
  padding: 0;
}

.select2-results__option.select2-results__option--highlighted {
  background-color: #eee;
  color: #333;
}

.multiselect-group.disabled, .select2-results__message, .select2-results__option[aria-disabled=true] {
  color: #999;
  cursor: default;
}

.select2-results__option[aria-selected=true] {
  color: #fff;
  background-color: #2196f3;
}

.select2-results__options--nested > .select2-results__option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.select2-results__group {
  display: block;
  padding: .5rem 1rem;
  cursor: default;
  font-weight: 500;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.select2-results__option:first-child > .select2-results__group {
  margin-top: 0;
}

.select2-results__option.loading-results {
  padding-top: 0;
}

.multiselect-item + .multiselect-group, .select2-results__option.loading-results + .select2-results__option {
  margin-top: .5rem;
}

.select2-results__option--load-more {
  text-align: center;
  margin-top: .5rem;
  cursor: default;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-search--dropdown {
  display: block;
  position: relative;
  padding: 1rem;
}

.select2-search--dropdown:after {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 1.875rem;
  color: inherit;
  display: block;
  font-size: .875rem;
  margin-top: -.4375rem;
  line-height: 1;
  opacity: .6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-search--dropdown + .select2-results .select2-results__message:first-child {
  padding-top: 0;
}

.select2-search--dropdown .select2-search__field {
  padding: .4375rem .875rem .4375rem 2.625rem;
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  outline: 0;
  width: 100%;
  border-radius: .25rem;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select-lg.select2-selection--single {
  padding: .5625rem 0;
  font-size: .9375rem;
  line-height: 1.4667;
}

.multiselect.btn-lg, .select-lg.select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
  padding-right: 2.5rem;
}

.multiselect.btn-lg:after, .select-lg.select2-selection--single .select2-selection__arrow:after {
  right: 1rem;
}

.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: .4375rem 1rem;
  font-size: .9375rem;
  line-height: 1.4667;
}

.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: .4375rem 0;
  font-size: .9375rem;
  line-height: 1.4667;
}

.select-sm.select2-selection--single {
  padding: .3125rem 0;
  font-size: .8125rem;
  line-height: 1.6924;
}

.select-sm.select2-selection--single .select2-selection__rendered {
  padding-left: .75rem;
  padding-right: 2.375rem;
}

.multiselect.btn-sm:after, .select-sm.select2-selection--single .select2-selection__arrow:after {
  right: .75rem;
}

.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: .1875rem .75rem;
  font-size: .8125rem;
  line-height: 1.6924;
}

.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: .1875rem 0;
  font-size: .8125rem;
  line-height: 1.6924;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
}

.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: fixed!important;
  width: 1px!important;
}

.select2-result-repository {
  padding-top: .4375rem;
  padding-bottom: .4375rem;
}

.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: .9375rem;
}

.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 50rem;
}

.select2-result-repository__meta {
  margin-left: 70px;
}

.select2-result-repository__title {
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 2px;
}

.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
  display: inline-block;
  font-size: .8125rem;
}

.select2-result-repository__description {
  font-size: .8125rem;
}

.select2-result-repository__forks, .select2-result-repository__stargazers {
  margin-right: .9375rem;
}

.multiselect-native-select {
  position: relative;
  display: block;
}

.multiselect-native-select select {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 0!important;
  margin: 0!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 0!important;
  left: 0;
  top: 0;
  display: none;
}

.multiselect {
  text-align: left;
  padding-left: .875rem;
  padding-right: 2.375rem;
  text-transform: none;
  background-color: #fff;
  border-color: #ddd;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multiselect:after {
  position: absolute;
  top: 50%;
  right: .875rem;
  margin-top: -.5rem;
}

.multiselect:not([class*=font-weight-]) {
  font-weight: 400;
}

.multiselect.disabled {
  background-color: #fafafa;
  color: #999;
}

.multiselect.btn-sm {
  padding-left: .75rem;
  padding-right: 2.25rem;
}

.multiselect-container {
  max-height: 280px;
  overflow-y: auto;
  width: 100%;
}

.multiselect-all, .multiselect-group {
  font-weight: 500;
}

.multiselect-filter {
  position: relative;
  padding: .5rem 1rem;
  margin-bottom: .5rem;
}

.multiselect-group-option-indented .dropdown-item {
  padding-left: 2rem;
}

.input-group .multiselect-native-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.input-group .multiselect-native-select:not(:first-child) .multiselect {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .multiselect-native-select:not(:last-child) .multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .multiselect:focus, .input-group .show > .multiselect {
  z-index: 3;
}

.select2 li::before, .select2-results__option::before {
  content: ""!important;
}

a:hover {
  color: rgb(225,74,158);
}

h2 {
}

#confidence {
}

main {
}

body {
}

