/* === Select2 Custom Bootstrap 5 Theme === */
.select2-container--custom-bootstrap5 .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  align-items: center;
}

.select2-container--custom-bootstrap5 .select2-selection--single .select2-selection__rendered {
  color: #495057;
  padding: 0;
  line-height: 1.5;
  flex: 1;
}

.select2-container--custom-bootstrap5 .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 20px;
}

.select2-container--custom-bootstrap5.select2-container--open .select2-selection--single {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container--custom-bootstrap5 .select2-dropdown {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  z-index: 1055;
}

.select2-container--custom-bootstrap5 .select2-results__option--highlighted {
  background-color: #0d6efd;
  color: white;
}

.select2-container--custom-bootstrap5 .select2-results__option--selected {
  background-color: #e9ecef;
  color: #212529;
}

/* Small size */
.select2-container--custom-bootstrap5.select2-sm .select2-selection--single {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* Large size */
.select2-container--custom-bootstrap5.select2-lg .select2-selection--single {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

/* Untuk single select */
.select2-container--custom-bootstrap5 .select2-selection--single .select2-selection__rendered {
  font-weight: normal !important;
}

/* Placeholder */
.select2-container--custom-bootstrap5 .select2-selection--single .select2-selection__rendered:empty {
  font-weight: normal !important;
  color: #6c757d;
}

/* Untuk multiple select */
.select2-container--custom-bootstrap5 .select2-selection--multiple .select2-selection__choice {
  font-weight: normal !important;
}

.select2-container--custom-bootstrap5 .select2-search--dropdown .select2-search__field {
  padding: 0.5rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  font-size: 0.95rem;
  color: #495057;
  background-color: #fff;
  outline: none !important; /* HILANGKAN GARIS HITAM */
  box-shadow: none !important; /* HILANGKAN SHADOW FOCUS JUGA */
}

.select2-container--custom-bootstrap5 .select2-search--dropdown {
  padding: 0.5rem;
}