.select2-container--default {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  background-color: white !important;
  border: 1px solid #d1d5db !important;
  border-radius: 0.375rem !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #030712 !important;
  font-size: 0.875rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  line-height: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
  right: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9ca3af !important;
}
.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #6366f1 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2) !important;
}
.dark .select2-container--default .select2-selection--single {
  background-color: #1f2937 !important;
  border-color: #374151 !important;
}
.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #f9fafb !important;
}
.dark .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6b7280 !important;
}
.dark .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #9ca3af transparent transparent transparent !important;
}
.dark .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #9ca3af transparent !important;
}
.select2-container--default .select2-dropdown {
  background-color: white !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  z-index: 9999 !important;
}
.dark .select2-container--default .select2-dropdown {
  background-color: #111827 !important;
  border-color: #374151 !important;
}
.select2-container--default .select2-search--dropdown {
  padding: 6px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d1d5db !important;
  border-radius: 0.375rem !important;
  padding: 6px 10px !important;
  font-size: 0.875rem !important;
  outline: none !important;
}
.dark .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #1f2937 !important;
  border-color: #374151 !important;
  color: #f9fafb !important;
}
.select2-container--default .select2-results__option {
  padding: 8px 12px !important;
  font-size: 0.875rem !important;
  color: #374151 !important;
}
.dark .select2-container--default .select2-results__option {
  color: #d1d5db !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4f46e5 !important;
  color: white !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e0e7ff !important;
  color: #4338ca !important;
}
.dark .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #312e81 !important;
  color: #c7d2fe !important;
}
.select2-container--default .select2-selection--multiple {
  background-color: white !important;
  border: 1px solid #d1d5db !important;
  border-radius: 0.375rem !important;
  min-height: 38px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.25rem !important;
  padding: 0 !important;
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f3f4f6 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.25rem !important;
  padding: 2px 8px !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  color: #374151 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #9ca3af !important;
  margin-right: 0 !important;
  border: none !important;
  background: transparent !important;
  font-weight: bold !important;
  cursor: pointer !important;
  order: 2 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #ef4444 !important;
  background: transparent !important;
}
.select2-container--default .select2-selection--multiple .select2-search--inline {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin: 0 !important;
  font-size: 0.875rem !important;
  height: 24px !important;
  outline: none !important;
}
.dark .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  background-color: transparent !important;
  color: #f9fafb !important;
}
.dark .select2-container--default .select2-selection--multiple {
  background-color: #1f2937 !important;
  border-color: #374151 !important;
}
.dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #374151 !important;
  border-color: #4b5563 !important;
  color: #f3f4f6 !important;
}
.dark .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #9ca3af !important;
}
.dark .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #ef4444 !important;
}
