body.esko_theme_dark .fileinfo-barcode {
  background-color: #292C2D;
}
body.esko_theme_dark .fileinfo-barcode-title {
  background-color: #35393E;
}
@media (prefers-color-scheme: dark) {
  body:not(.esko_theme_light) .fileinfo-barcode {
    background-color: #292C2D;
  }
  body:not(.esko_theme_light) .fileinfo-barcode-title {
    background-color: #35393E;
  }
}
/*# sourceMappingURL=fileinfostyle_dark.css.map */