/* Select2 */

.select2 {
    width:100% !important;
}

.select2-search__field {
    margin-bottom: 10px;
}

.select2-container {
    width: 500px;
    position: relative;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: Source Sans Pro, sans-serif;
}

span.select2-selection.select2-selection--multiple {
    border-radius: 12px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    border: 1px solid #d8d9da;
    overflow-y: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: none;
    border-color: #8f8e8e;
    background: #f6f6f6;
}

textarea.select2-search__field {
    width: fit-content !important;
    height: 45px !important;
    padding: 10px 10px !important;
    margin: 0 !important;
}

ul#select2-tags-container {
    display: flex;
    align-items: center;
    margin: 0 !important;
    margin-left: 0.2rem !important;
}

li.select2-selection__choice {
    border-radius: 12px !important;
    height: 35px !important;
    margin-top: 0.2rem !important;
    margin-left: 0.2rem !important;
    margin-right: 0.1rem !important;
    display: flex !important;
    align-items: center;
    margin-bottom: 0.2rem;
}

.selected-items li {
    border-radius: 12px;
    height: 35px;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    display: inline-flex;
    align-items: center;
    background-color: #f6f6f6;
    padding: 0 5px;
}

span.select2-dropdown.select2-dropdown--below {
    border-radius: 12px !important;
}

span.select2-dropdown.select2-dropdown--above {
    border-radius: 12px !important;
}

li.select2-results__option:first-child {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

li.select2-results__option:last-child {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

ul#select2-tags-results {
    border-radius: 12px !important;
}

span.select2-dropdown.select2-dropdown--above li.select2-results__option:first-child {
    border-top-right-radius: 0 !important;
}

span.select2-dropdown.select2-dropdown--above li.select2-results__option:last-child {
    border-bottom-right-radius: 0 !important;
}

span.select2-dropdown.select2-dropdown--below li.select2-results__option:first-child {
    border-top-right-radius: 0 !important;
}

span.select2-dropdown.select2-dropdown--below li.select2-results__option:last-child {
    border-bottom-right-radius: 0 !important;
}

/* Vertical scrollbar in dropdown*/
ul#select2-tags-results::-webkit-scrollbar,  .select2-selection.select2-selection--multiple::-webkit-scrollbar {
    width: 10px;
}

ul#select2-tags-results::-webkit-scrollbar-track, .select2-selection.select2-selection--multiple::-webkit-scrollbar-track  {
    background-color: transparent;
}

ul#select2-tags-results::-webkit-scrollbar-thumb,   .select2-selection.select2-selection--multiple::-webkit-scrollbar-thumb  {
    background-color: #919191;
    border-radius: 11px !important;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

ul#select2-tags-results::-webkit-scrollbar-thumb:hover, .select2-selection.select2-selection--multiple::-webkit-scrollbar-thumb:hover {
    background-color: #676767;
}

.select2-selection.select2-selection--multiple::-webkit-scrollbar {
    height: 10px !important;
}
