<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.field_disabled {
  opacity: 0.85;
  background-color: #c8c1c1;
  color: #010101;
  cursor: not-allowed;
  pointer-events: none;
}
.hide {
  display: none;
}
</pre></body></html>