.select2-container--tailwindcss-3 {
  display: block;
}
.select2-container--tailwindcss-3.select2-container--open .select2-dropdown {
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  margin-top: 0.25rem;
  /* Scroll hanya di .select2-results__options; max-height+overflow di sini membuat scrollbar ganda */
  overflow: hidden;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  --tw-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(0, 0, 0, 0.05);
  --tw-ring-opacity: 0.05;
}
.select2-container--tailwindcss-3.select2-container--open
  .select2-dropdown:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {
  .select2-container--tailwindcss-3.select2-container--open .select2-dropdown {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.select2-container--tailwindcss-3.select2-container--open
  .select2-dropdown:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3.select2-container--open
  .select2-dropdown:where(.dark, .dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.select2-container--tailwindcss-3.select2-container--open
  .select2-dropdown:where(.dark, .dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.select2-container--tailwindcss-3.select2-container--open
  .select2-dropdown:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.select2-container--tailwindcss-3.select2-container--open
  .select2-dropdown--below {
  transform-origin: top;
}
.select2-container--tailwindcss-3.select2-container--open
  .select2-dropdown--above {
  transform-origin: bottom;
}
.select2-container--tailwindcss-3
  .select2-search--dropdown
  .select2-search__field {
  border-radius: 0.375rem;
  border-width: 1px;
  display: block;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.375rem 0.75rem;
}
.select2-container--tailwindcss-3
  .select2-search--dropdown
  .select2-search__field::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-search--dropdown
  .select2-search__field::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-search--dropdown
  .select2-search__field {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.select2-container--tailwindcss-3
  .select2-search--dropdown
  .select2-search__field:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / 0.2);
}
@media (min-width: 640px) {
  .select2-container--tailwindcss-3
    .select2-search--dropdown
    .select2-search__field {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.select2-container--tailwindcss-3
  .select2-search--dropdown
  .select2-search__field:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.select2-container--tailwindcss-3 .select2-results__options {
  max-height: 15rem;
  overflow: auto;
}
.select2-container--tailwindcss-3 .select2-results__options--nested {
  max-height: none;
  overflow: visible;
}
.select2-container--tailwindcss-3 .select2-results__option {
  cursor: default;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  transition-duration: 0.15s;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.select2-container--tailwindcss-3
  .select2-results__option:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3 .select2-results__option--disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-results__option--disabled:where(.dark, .dark *) {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-color: hsla(0, 0%, 100%, 0.05);
}
.select2-container--tailwindcss-3 .select2-results__option--selected {
  font-weight: 600;
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-results__option--selected:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3 .select2-results__option--selected:after {
  align-items: center;
  bottom: 0;
  display: flex;
  position: absolute;
  right: 0.75rem;
  top: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  content: "✓";
}
.select2-container--tailwindcss-3 .select2-results__option--highlighted {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3 .select2-results__option--highlighted:after {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.select2-container--tailwindcss-3 .select2-results__group {
  cursor: default;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1rem;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-results__group:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3 .select2-results__option--group {
  padding: 0;
}
.input-group
  > *
  + select
  + .select2-container--tailwindcss-3
  .select2-selection {
  border-bottom-left-radius: 0;
  border-left-width: 0;
  border-top-left-radius: 0;
}
.input-group
  > .select2-container--tailwindcss-3:not(:last-child)
  .select2-selection {
  border-bottom-right-radius: 0;
  border-right-width: 0;
  border-top-right-radius: 0;
}
.select2-container--tailwindcss-3 .select2-results__option--loading {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3 .select2-results__option--loading:after {
  height: 1.25rem;
  width: 1.25rem;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.select2-container--tailwindcss-3 .select2-results__option--loading:after {
  animation: spin 1s linear infinite;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  content: "";
}
.field_with_errors .select2-container--tailwindcss-3 .select2-selection,
select.is-invalid ~ .select2-container--tailwindcss-3 .select2-selection,
select:invalid ~ .select2-container--tailwindcss-3 .select2-selection {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.field_with_errors .select2-container--tailwindcss-3 .select2-container--focus,
select.is-invalid ~ .select2-container--tailwindcss-3 .select2-container--focus,
select:invalid ~ .select2-container--tailwindcss-3 .select2-container--focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1)) !important;
}
.field_with_errors
  .select2-container--tailwindcss-3
  .select2-selection__placeholder,
select.is-invalid
  ~ .select2-container--tailwindcss-3
  .select2-selection__placeholder,
select:invalid
  ~ .select2-container--tailwindcss-3
  .select2-selection__placeholder {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3 .select2-selection--single {
  border-radius: 0.5rem;
  border-width: 1px;
  cursor: pointer;
  height: auto;
  min-height: 2.375rem;
  position: relative;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  transition-duration: 0.15s;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.select2-container--tailwindcss-3
  .select2-selection--single:where(.dark, .dark *) {
  background-color: hsla(0, 0%, 100%, 0.05);
  border-color: hsla(0, 0%, 100%, 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--single
  .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: inherit;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--single
  .select2-selection__rendered:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--single
  .select2-selection__placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--single
  .select2-selection__placeholder:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--single
  .select2-selection__arrow {
  align-items: center;
  bottom: 0;
  display: flex;
  padding-right: 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}
.select2-container--tailwindcss-3
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3.select2-container--disabled
  .select2-selection--single {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3.select2-container--disabled
  .select2-selection--single
  .select2-selection__rendered {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3.select2-container--disabled
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 0.5;
}
.select2-container--tailwindcss-3.select2-container--disabled
  .select2-selection--single:where(.dark, .dark *) {
  background-color: hsla(0, 0%, 100%, 0.2);
  border-color: hsla(0, 0%, 100%, 0.05);
}
.select2-container--tailwindcss-3.select2-container--disabled.select2-container--focus
  .select2-selection--single {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width))
    var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.select2-container--tailwindcss-3.select2-container--disabled.select2-container--focus
  .select2-selection--single:where(.dark, .dark *) {
  border-color: hsla(0, 0%, 100%, 0.05);
}
.select2-container--tailwindcss-3
  .select2-selection--single
  .select2-selection__clear {
  align-items: center;
  bottom: 0;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding-right: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--single
  .select2-selection__clear:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .select2-container--tailwindcss-3
    .select2-selection--single
    .select2-selection__clear {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.select2-container--tailwindcss-3.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--tailwindcss-3.select2-container--focus
  .select2-selection--single,
.select2-container--tailwindcss-3.select2-container--open
  .select2-selection--single,
.select2-container--tailwindcss-3:focus-within
  .select2-selection--single {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / 0.2);
}
.select2-container--tailwindcss-3[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 2.5rem;
  padding-right: 0.75rem;
}
.select2-container--tailwindcss-3 .select2-selection--multiple {
  border-radius: 0.375rem;
  border-width: 1px;
  cursor: default;
  height: auto;
  min-height: 2.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.375rem 0.75rem;
}
@media (min-width: 640px) {
  .select2-container--tailwindcss-3 .select2-selection--multiple {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.select2-container--tailwindcss-3
  .select2-selection--multiple:where(.dark, .dark *) {
  background-color: hsla(0, 0%, 100%, 0.05);
  border-color: hsla(0, 0%, 100%, 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-selection__choice {
  align-items: center;
  border-radius: 0.375rem;
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.125rem 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .select2-container--tailwindcss-3
    .select2-selection--multiple
    .select2-selection__choice {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-selection__choice__remove {
  align-items: center;
  border-radius: 9999px;
  display: flex;
  height: 1rem;
  justify-content: center;
  margin-left: -0.25rem;
  margin-right: 0.375rem;
  padding-bottom: 0.1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-search--inline {
  display: block;
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  background-color: transparent;
  border-width: 0;
  font-size: 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width))
    var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
@media (min-width: 640px) {
  .select2-container--tailwindcss-3
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field:where(.dark, .dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field:where(.dark, .dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3.select2-container--disabled
  .select2-selection--multiple {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3.select2-container--disabled
  .select2-selection--multiple:where(.dark, .dark *) {
  background-color: hsla(0, 0%, 100%, 0.2);
  border-color: hsla(0, 0%, 100%, 0.05);
}
.select2-container--tailwindcss-3.select2-container--disabled.select2-container--focus
  .select2-selection--multiple {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width))
    var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.select2-container--tailwindcss-3.select2-container--disabled.select2-container--focus
  .select2-selection--multiple:where(.dark, .dark *) {
  border-color: hsla(0, 0%, 100%, 0.05);
}
.select2-container--tailwindcss-3
  .select2-selection--multiple.select2-selection--clearable {
  padding-right: 1rem;
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-selection__clear {
  align-items: center;
  bottom: 0;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.select2-container--tailwindcss-3
  .select2-selection--multiple
  .select2-selection__clear:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .select2-container--tailwindcss-3
    .select2-selection--multiple
    .select2-selection__clear {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.select2-container--tailwindcss-3.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--tailwindcss-3.select2-container--focus
  .select2-selection--multiple,
.select2-container--tailwindcss-3:focus-within
  .select2-selection--multiple {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / 0.2);
}
