.select2 {
    @apply w-full border-0 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring !important;
}

.select2-dropdown {
    @apply absolute block w-auto box-border bg-white shadow-lg border-blueGray-200 z-50 float-left;
}

.select2-container--default .select2-selection--single {
    @apply border-0 h-11 flex items-center text-sm
}

.select2-container--default .select2-selection--multiple {
    @apply border-0 text-sm
}


.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    @apply border-0 outline-none ring ring-blue-600
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    @apply px-3 py-3 text-blueGray-600
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    @apply px-3 py-2 text-blueGray-600
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}

.select2-selection__choice {
    @apply text-xs font-semibold inline-block py-1 px-2 rounded text-indigo-600 bg-indigo-200 border-0 !important;
}

.select2-selection__choice span {
    @apply text-white !important;
}

.select2-search__field:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    @apply text-rose-500 ml-1 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    @apply text-indigo-600 mr-1 !important
}

.select-all, .deselect-all {
    @apply cursor-pointer;
    font-size: 0.5rem !important;
}
