.select2-container {
    display: block;
}
.select2-container *:focus {
    outline: 0;
}
.select2-container--toptal .select2-selection {
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #d8d9dc;
    box-shadow: none;
    width: 100%;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.select2-container--toptal .select2-selection .select2-search__field {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    margin: 10px 0;
    color: #000000;
    caret-color: #204ecf;
    -webkit-appearance: none;
    border-radius: 0;
}
@media (min-width: 768px) {
	.select2-container--toptal .select2-selection .select2-search__field {
        font-size: 13px;
        line-height: 20px;
        height: 20px;
        margin: 12px 0;
  }
}
.select2-container--toptal .select2-selection .select2-search__field::-webkit-search-decoration {
    -webkit-appearance: none;
}
.select2-container--toptal .select2-selection .select2-search__field::placeholder {
    color: #d8d9dc;
}
.select2-container--toptal .select2-selection .select2-search__field::-webkit-input-placeholder {
    color: #d8d9dc;
}
.select2-container--toptal .select2-selection .select2-search__field:-ms-input-placeholder {
    color: #d8d9dc;
}
.select2-container--toptal .select2-selection .select2-search__field::-moz-placeholder {
    color: #d8d9dc;
}
.select2-container--toptal.select2-container--focus .select2-selection {
    box-shadow: none;
    border-color: #204ecf;
}
.select2-container--toptal .select2-dropdown {
    border: none;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.08);
    color: #000000;
    font-size: 13px;
    line-height: 16px;
    margin-top: 0;
}
.select2-container--toptal .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: #d8d9dc;
}
.select2-container--toptal .select2-results__option {
    padding: 10px;
}
.select2-container--toptal .select2-results__message, .select2-container--toptal .select2-results__option--highlighted, .select2-container--toptal .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: rgba(32,78,207,0.08);
}
.select2-container--toptal .select2-results > .select2-results__options {
    max-height: 15em;
    overflow-y: auto;
}
.select2-container--toptal .select2-selection--multiple {
    min-height: 46px;
}
.select2-container--toptal .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    display: block;
}
.select2-container--toptal .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    color: #204ecf;
    padding: 0 12px;
    border-radius: 100px;
    border: 1px solid #d8d9dc;
    margin: 10px 6px 0 0;
    float: left;
    cursor: pointer;
}
.select2-container--toptal .select2-selection--multiple .select2-selection__choice__remove {
    color: #455065;
    float: right;
    margin-left: 8px;
    font-size: 18px;
    font-weight: 400;
}
.select2-container--toptal .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #a6abb5;
}
.input-group-append > .btn-gitignore {
    width: 100%;
    color: #ffffff;
    background: #00cc83;
    -webkit-transition: background .35s cubic-bezier(0,0,.2,1);
    transition: background .35s cubic-bezier(0,0,.2,1);
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 0;
}
.input-group-append > .btn-gitignore:focus {
    box-shadow: none;
    border-color: #204ecf;
}
.input-group-append > .btn-gitignore:hover {
    background: #00a369;
}
.input-group .select2-container--toptal {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: calc(100% - 121px);
}

.input-group .input-group-append {
    width: 120px;
    height: 46px;
}

@media (max-width: 767px) {
    .input-group {
        flex-direction: column;
    }

    .input-group .select2-container--toptal {
        width: 100% !important;
        max-width: 100%;
    }

    .input-group .input-group-append {
        width: 100%;
        margin-top: 12px;
        margin-left: 0;
    }
}
