.select2-search--dropdown:after,
.select2-selection--single .select2-selection__clear:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-selection--multiple,
.select2-selection--single {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0;
}
.select2-selection--multiple:not([class*="bg-"]),
.select2-selection--single:not([class*="bg-"]) {
    background-color: #f6f7f8;
}
.select2-container--open
    .select2-selection--single
    .select2-selection__arrow:after,
.select2.select2-container.select2-container--open
    .select2-selection--multiple
    .select2-selection__rendered:before {
    content: "\f077";
}
.select2-results__option i,
.select2-selection--multiple .select2-selection__choice > i,
.select2-selection--single .select2-selection__rendered > i {
    margin-right: 10px;
}
.select2-container {
    outline: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.select2-selection--single {
    cursor: pointer;
    display: block;
    height: 37px;
    height: 56px;
    line-height: 56px;
    position: relative;
    border: 1px solid #ededed;
    white-space: nowrap;
    border-radius: 3px;
    user-select: none;
}
.select2-container--open .select2-selection--single,
.select2-selection--single:focus,
.select2-selection--single:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.select2-container--open .select2-selection--single[class*="bg-"],
.select2-selection--single[class*="bg-"]:focus,
.select2-selection--single[class*="bg-"]:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
}
.select2-selection--single[class*="bg-"] .select2-selection__placeholder {
    color: #fff;
}
.select2-container--disabled
    .select2-selection--single[class*="bg-"]
    .select2-selection__placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #767676;
    height: 100%;
}
.select2-selection--single .select2-selection__clear {
    position: relative;
    cursor: pointer;
    float: right;
    font-size: 0;
    line-height: 1;
    margin-top: 2px;
    margin-left: 5px;
    opacity: 0.75;
}
.select2-selection--single .select2-selection__clear:hover {
    opacity: 1;
}
.select2-selection--single .select2-selection__clear:after {
    content: "\f00d";
    display: inline-block;
    font-size: 16px;
}
.select2-selection--multiple .select2-selection__rendered:before,
.select2-selection--single .select2-selection__arrow:after {
    content: "\f078";
    position: absolute;
    right: 12px;
    font-size: 16px;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__placeholder {
    color: rgb(0 0 0 / 17%);
}
.select2-selection--single .select2-selection__arrow:after {
    display: inline-block;
    top: 50%;
    margin-top: -6px;
    color: inherit;
}
.select2-container--disabled
    .select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove,
.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear,
.select2-results__option i.icon-undefined,
.select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container--disabled .select2-selection--single:not([class*="bg-"]) {
    background-color: #fafafa;
    color: #999;
}
.select2-container--disabled .select2-selection--single[class*="bg-"] {
    -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
    box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-selection--multiple {
    display: block;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: text;
    user-select: none;
}
.select2-selection--multiple:not([class*="bg-"]):not([class*="border-"]) {
    border-color: #ededed;
}
.select2-selection--multiple .select2-selection__rendered {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0 40px 0 0;
    width: 100%;
}
.select2-selection--multiple .select2-selection__rendered:before {
    display: inline-block;
    top: 12px;
    margin-top: 0;
    color: inherit;
}
.select2-container--disabled .select2-selection--multiple:not([class*="bg-"]) {
    background-color: #fafafa;
    color: #999;
}
.select2-container--disabled .select2-selection--multiple[class*="bg-"] {
    -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
    box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled
    .select2-selection--multiple[class*="bg-"]
    .select2-selection__choice {
    opacity: 0.9;
}
.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: not-allowed;
}
.select2-selection--multiple .select2-selection__choice {
    background-color: var(--theme-color-1);
    color: #fff;
    cursor: default;
    margin: 2px 0 0;
    height: 35px;
    padding: 0 30px 0 15px;
    line-height: 35px;
    position: relative;
    font-weight: 300;
    display: block;
}
.select2-results__option.loading-results,
.select2-search--dropdown
    + .select2-results
    .select2-results__message:first-child {
    padding-top: 0;
}
.select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove {
    cursor: pointer;
    float: right;
    font-size: 13px;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    text-align: center;
    line-height: 35px;
    margin: 0;
}
.select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove:hover {
    opacity: 1;
}
.select2-container--disabled
    .select2-selection--multiple
    .select2-selection__choice {
    opacity: 0.6;
}
.select2-selection--multiple .select2-search--inline {
    display: block;
    margin: 0;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-appearance: textfield;
    height: 44px;
    width: 100% !important;
    color: #767676;
    padding: 0;
}
.select2-selection--multiple
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    color: #333;
    border: 1px solid #ededed;
    border-radius: 3px;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.select2-container--open .select2-dropdown--below,
.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--above,
.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-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results > .select2-results__options {
    max-height: 150px;
    overflow-y: auto;
}
.select2-results__option {
    padding: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-weight: 300;
}
.select2-results__option + .select2-results__option,
.select2-search.select2-search--dropdown:not(.select2-search--hide) + span ul .select2-results__option {
    border-top:1px solid #ededed
}
.select2-results__option[role="group"] {
    padding: 0;
}
.select2-results__option.select2-results__option--highlighted {
    background-color: #f5f5f5;
}
.select2-results__option[aria-disabled="true"] {
    color: #999;
    cursor: not-allowed;
}
.select2-dropdown[class*="bg-"] .select2-results__option[aria-disabled="true"] {
    color: rgba(255, 255, 255, 0.6);
}
.select2-results__option[aria-selected="true"] {
    background-color: var(--theme-color-1);
    color: #fff;
}
.select2-results__options--nested > .select2-results__option {
    padding-left: 24px;
    padding-right: 24px;
}
.select2-results__group {
    display: block;
    padding: 7px 12px;
    font-size: 11px;
    line-height: 1.82;
    text-transform: uppercase;
    cursor: default;
    margin-top: 7px;
    margin-bottom: 7px;
}
.select2-results__option:first-child > .select2-results__group {
    margin-top: 0;
}
.select2-results__message {
    color: #999;
    cursor: default;
}
.select2-dropdown[class*="bg-"] .select2-results__message {
    color: rgba(255, 255, 255, 0.75);
}
.select2-results__option.loading-results + .select2-results__option {
    margin-top: 7px;
}
.select2-results__option--load-more {
    text-align: center;
    margin-top: 7px;
    cursor: default;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
}
.select2-container--open .select2-dropdown--above[class*="bg-"] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
}
.select2-container--open .select2-dropdown--below[class*="bg-"] {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-search--dropdown {
    display: block;
    position: relative;
    padding: 4px;
}
.select2-search--dropdown:after {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 12px;
    color: inherit;
    display: block;
    font-size: 12px;
    margin-top: -6px;
    line-height: 1;
    opacity: 0.6;
}
.select2-search--dropdown .select2-search__field {
    height: 30px;
    padding: 7px 7px 7px 25px;
    border-radius: 3px;
    border: 1px solid #ededed;
    outline: 0;
    width: 100%;
}
.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 {
    height: 40px;
    padding: 9px 0;
    font-size: 14px;
}
.select-lg.select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 31px;
}
.select-lg.select2-selection--single .select2-selection__arrow:after {
    right: 15px;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
    padding: 9px 15px;
    font-size: 14px;
}
.select-lg.select2-selection--multiple
    .select2-search--inline
    .select2-search__field {
    padding: 9px 0;
    font-size: 14px;
}
.select-sm.select2-selection--single {
    height: 31px;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.6666667;
}
.select-sm.select2-selection--single .select2-selection__rendered {
    padding-left: 11px;
    padding-right: 26px;
}
.select-sm.select2-selection--single .select2-selection__arrow:after {
    right: 11px;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
    padding: 6px 11px;
    font-size: 12px;
    line-height: 1.6666667;
}
.select-sm.select2-selection--multiple
    .select2-search--inline
    .select2-search__field {
    padding: 6px 0;
}
.select-xs.select2-selection--multiple
    .select2-search--inline
    .select2-search__field,
.select-xs.select2-selection--single {
    padding: 5px 0;
    line-height: 1.6666667;
    font-size: 12px;
}
.select-xs.select2-selection--single {
    height: 32px;
}
.select-xs.select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 24px;
}
.select-xs.select2-selection--single .select2-selection__arrow:after {
    right: 10px;
}
.select-xs.select2-selection--multiple .select2-selection__choice {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6666667;
}
.select2-selection--multiple[class*="bg-"] .select2-selection__choice {
    background-color: rgba(0, 0, 0, 0.25);
}
.select2-dropdown[class*="bg-"]
    .select2-search--dropdown
    .select2-search__field {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: transparent;
    color: #fff;
}
.select2-dropdown[class*="bg-"] .select2-results__option[aria-selected="true"] {
    background-color: rgba(0, 0, 0, 0.2);
}
.select2-dropdown[class*="bg-"] .select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, 0.1);
}
.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: 7px;
    padding-bottom: 7px;
}
.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 15px;
}
.select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 100px;
}
.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: 12px;
}
.select2-result-repository__description {
    font-size: 12px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
    margin-right: 15px;
}

.select2-search--dropdown + span > ul{
	border-top:1px solid #ededed
}
.select2-search--dropdown + span > ul > li:first-child{
	border-top:0 !important
}