<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">label.multiple-select-label {
  margin-top: 16px !important;
  margin-bottom: 4px !important;
}

label.multiple-select-label:first-child {
  margin-top: 0 !important;
}

.form-button-container {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  align-items: center;
  justify-content: space-between;
}

button.reset-button {
  color: var(--primary-blue-500) !important;
  background-color: transparent !important;
}

button.reset-button:hover {
  background-color: var(--greyscale-100) !important;
}

.select2-selection__arrow &gt; i {
  position: absolute;
  top: 30%;
  right: 8px;
  color: var(--primary-blue-500);
}

.custom-field-filter-form{
  display: flex;
  flex-direction: column;
}</pre></body></html>