<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a#pdfDownloadIcon {
  background-image: url("https://help.eset.com/tools/icons/icon_pdf_black.svg");
}
a#summarizeButton {
  background-image: url("https://help.eset.com/tools/icons/investigation_black.svg");
}
#mode a {
  background-image: url("https://help.eset.com/tools/scripts/mode/dark-mode.svg");
}
.alertNode a, .alertNode span {
  background-image: url("https://help.eset.com/tools/alerts/img/alert.svg");
} 
.alertNode.alert a, .alertNode.alert span {
  background-image: url("https://help.eset.com/tools/alerts/img/warning.svg");
} 
.alertNode.announcement a, .alertNode.announcement span {
  background-image: url("https://help.eset.com/tools/alerts/img/about.svg");
}
a#reviewButton {
  background-image: url("https://help.eset.com/tools/icons/icon_edit.svg");
}
a#shareButton {
  background-image: url("https://help.eset.com/tools/icons/icon_share.svg");
}
a#lngselectboxlink {
  background-image: url("https://help.eset.com/tools/icons/icon_globe.svg");
}
.extLinkImg:after {
  width: 13px;
  height: 13px;
  margin-left: 3px;
}
a.anchorURL {
  background-image: url("https://help.eset.com/tools/icons/anchor.svg");
}
a.codeURL, span.codeURL {
  background-image: url("https://help.eset.com/tools/icons/copy.svg");
}
a.codeURL.copied, span.codeURL.copied {
  background-image: url("https://help.eset.com/tools/icons/anchor_copied.svg");
}
@media not print {
  html.dark a#pdfDownloadIcon {
    background-image: url("https://help.eset.com/tools/icons/icon_pdf.svg");
  }
  html.dark a#summarizeButton {
    background-image: url("https://help.eset.com/tools/icons/investigation.svg");
  }
  html.dark a#reviewButton {
    background-image: url("https://help.eset.com/tools/icons/icon_edit_white.svg");
  }
  html.dark a#shareButton {
    background-image: url("https://help.eset.com/tools/icons/icon_share_white.svg");
  }
  html.dark a.anchorURL {
    background-image: url("https://help.eset.com/tools/icons/anchor_dark.svg");
  }
  html.dark a.codeURL, html.dark span.codeURL {
    background-image: url("https://help.eset.com/tools/icons/copy_dark.svg");
  }
  html.dark a.codeURL.copied, html.dark span.codeURL.copied {
    background-image: url("https://help.eset.com/tools/icons/anchor_copied_white.svg");
  }
}
/* https://commons.wikimedia.org/wiki/File:External_link_font_awesome.svg */
.extLinkImg:after {
  background-image: url("https://help.eset.com/tools/icons/link_turquoise.svg");
}
html.dark .extLinkImg:after {
  background-image: url("https://help.eset.com/tools/icons/link_turquoise_dark.svg");
}
html.blue .extLinkImg::after {
  background-image: url("https://help.eset.com/tools/icons/link_blue.svg");
}
html.dark.blue .extLinkImg::after {
  background-image: url("https://help.eset.com/tools/icons/link_blue_dark.svg");
}
</pre></body></html>