.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: black;
}
.select2-results__option {
    color: black;
    font-size: 14px;
    line-height: 145%;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 50vh !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #00B5E6FF !important;
    color: white;
}

.select2-container--default .select2-results__option--selected {
    background-color: #eeeeee !important;
}

.tags-filter {
    margin-bottom: 22px;
}

.tags-filter .select2-container {
  width: 268px !important;
}

.tags-filter .select2-selection {
    background-color: #F1F1F1;
    border: 1px solid #D0D5DD;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    min-height: 36px;
}

.tags-filter .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    color: #565C65;
    padding: initial;
}

.tags-filter .select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
}

.tags-filter .select2-container--default .select2-selection--single::after {
  content: '';
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M2.34557 7.77318L8.85777 13.9023C9.49952 14.5063 10.5006 14.5063 11.1423 13.9023L17.6545 7.77318C17.9897 7.45775 18.0056 6.93035 17.6902 6.59521C17.3748 6.26006 16.8474 6.24408 16.5122 6.55951L10 12.6886L3.48785 6.55951C3.1527 6.24408 2.62531 6.26006 2.30988 6.59521C1.99445 6.93035 2.01043 7.45775 2.34557 7.77318Z" fill="%23667185"/></svg>') no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.book-detail-page .select2-container .select2-dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #ffffff;
    box-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.16);
}

.book-detail-page .select2-container .select2-dropdown--below {
    margin-top: 4px;
}

.book-detail-page .select2-container .select2-dropdown--above {
    margin-top: -4px;
}

.book-detail-page .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F1F1F1 !important;
    color: #000000;
    border-radius: 4px;
    margin: 0 4px;
    padding: 8px 8px 8px 12px;
}

.book-detail-page .select2-container .select2-results__option--selected {
    background-color: initial !important;
}

.book-detail-page .select2-results__option {
    margin: 0 4px;
    padding: 8px 8px 8px 12px;
}

/*.book-detail-page .select2-results__option:last-child {*/
/*    margin-bottom: 10px;*/
/*}*/

.book-detail-page .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    font-style: normal;
    line-height: 145%;
    border-radius: 4px;
    padding: 6px 10px;
}