/* RTSAUTO branding and embed-focused adjustments for the PDF.js viewer. */
:root {
  --body-bg-color: #d6d6d6;
  --main-color: #fff;
  --progressBar-color: #d33324;
  --progressBar-blend-color: #2196df;
  --toolbar-bg-color: #252525;
  --toolbar-border-color: #151515;
  --toolbar-icon-bg-color: #fff;
  --toolbar-icon-hover-bg-color: #2196df;
  --field-color: #fff;
  --field-bg-color: #3a3a3a;
  --field-border-color: #666;
  --dropdown-btn-bg-color: #3a3a3a;
  --separator-color: rgb(255 255 255 / 0.3);
}

#toolbarContainer {
  border-top: 3px solid #d33324;
  box-sizing: border-box;
}

/* An embedded RTSAUTO document should not replace itself with a local file. */
#openFile,
#secondaryOpenFile {
  display: none !important;
}
