<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#preview {
  margin-top: 10px;
}

#preview img {
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 5px;
}

#preview p {
  font-size: 14px;
  margin: 0;
}

.delete-btn {
  cursor: pointer;
  color: red;
  font-size: 14px;
}

.select2-selection__arrow {
  height: auto !important;
  width: auto !important;
}

/* Mengatur warna panah dropdown */
.select2-selection__arrow b {
  border-color: #555 transparent transparent transparent !important;
}
</pre></body></html>