/* Production Send Page and shared dark-theme contrast corrections. */
html[data-theme="dark"] .text-gray-500 {
  color: #cbd5e1 !important;
}

html[data-theme="dark"] .text-gray-400 {
  color: #94a3b8 !important;
}

html[data-theme="dark"] .production-send-page input,
html[data-theme="dark"] .production-send-page select,
html[data-theme="dark"] .production-send-page textarea {
  color: #f8fafc !important;
}

html[data-theme="dark"] .production-send-page option {
  background: #111114;
  color: #f8fafc;
}

.production-send-page textarea {
  line-height: 1.55;
}
