/*
  SupportBridge production polish 2.
  Fixes:
  - packages duplicated file picker;
  - backup timestamp parser noise.
*/

.sb-prod-hidden,
.sb-prod-hidden-filepicker,
.sb-prod-hidden-noise {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.sb-prod-filepickers-normalized input[type="file"] {
  display: none !important;
}

.sb-prod-cleaned-pre {
  white-space: pre-wrap !important;
}
