.select2-container--tailwindcss-3 .select2-selection--single,
.select2-container--tailwindcss-3 .select2-selection--multiple {
    min-height: 2.5rem;
    border-radius: 0.75rem;
    border: 1px solid hsl(30 15% 88%);
    background-color: hsl(30 20% 98%);
    font-size: 0.875rem;
    color: hsl(220 25% 18%);
    display: flex;
    transition: all 0.15s ease;
}

.select2-container--tailwindcss-3 .select2-selection--single .select2-selection__rendered,
.select2-container--tailwindcss-3 .select2-selection--multiple .select2-selection__rendered {
    margin-top: 0;
    display: flex;
    align-items: center;
    color: hsl(220 25% 18%);
}

.select2-container--tailwindcss-3 .select2-selection--single .select2-selection__placeholder,
.select2-container--tailwindcss-3 .select2-selection--multiple .select2-selection__placeholder {
    color: hsl(220 12% 52%);
}

.select2-container--tailwindcss-3.select2-container--focus .select2-selection--single,
.select2-container--tailwindcss-3.select2-container--focus .select2-selection--multiple,
.select2-container--tailwindcss-3.select2-container--open .select2-selection--single,
.select2-container--tailwindcss-3.select2-container--open .select2-selection--multiple {
    border-color: hsl(12 76% 61%);
    box-shadow: 0 0 0 2px hsl(12 76% 61% / 0.1);
}

.select2-container--tailwindcss-3 .select2-search--dropdown .select2-search__field {
    border: 1px solid hsl(30 15% 88%);
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: hsl(220 25% 18%);
    transition: all 0.15s ease;
}

.select2-container--tailwindcss-3 .select2-search--dropdown .select2-search__field:focus {
    border-color: hsl(12 76% 61%);
    box-shadow: 0 0 0 2px hsl(12 76% 61% / 0.1);
    outline: none;
}

.select2-container--tailwindcss-3 .select2-dropdown {
    border: 1px solid hsl(30 15% 88%);
    border-radius: 0.75rem;
    background-color: hsl(0 0% 100%);
    box-shadow: 0 4px 6px -1px hsl(220 20% 20% / 0.06), 0 2px 4px -2px hsl(220 20% 20% / 0.05);
    overflow: hidden;
}

.select2-container--tailwindcss-3 .select2-results__option {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: hsl(220 25% 18%);
}

.select2-container--tailwindcss-3 .select2-results__option--highlighted[aria-selected] {
    background-color: hsl(30 10% 95%);
    color: hsl(220 25% 18%);
}

.select2-container--tailwindcss-3 .select2-results__option[aria-selected="true"] {
    background-color: hsl(17 82% 96%);
    color: hsl(12 76% 61%);
}

.select2-search--inline {
    padding-right: 30px;
    padding-left: 10px;
    display: flex;
}

.select2-container--tailwindcss-3 .select2-selection--multiple .select2-search--inline {
    display: flex;
    align-items: center;
}

.select2-search--inline textarea {
    align-items: center;
}

.select2-container--tailwindcss-3 .select2-selection--multiple .select2-selection__choice {
    background-color: hsl(30 10% 95%);
    border: 1px solid hsl(30 15% 88%);
    border-radius: 0.5rem;
    color: hsl(220 25% 18%);
    font-size: 0.8125rem;
    padding: 0.125rem 0.5rem;
}

.select2-container--tailwindcss-3 .select2-selection--multiple .select2-selection__choice__remove {
    color: hsl(220 12% 52%);
    margin-right: 0.25rem;
}

.select2-container--tailwindcss-3 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: hsl(4 75% 58%);
}
