var cssLink = document.createElement('link');
cssLink.href = 'style.css';
cssLink.rel = 'stylesheet';
cssLink.type = 'text/css';
document.head.appendChild(cssLink);
.LoadingModal .inner-wrapper {
display: none;
}
.LoadingModal .container:before {
content: url("https://www.pdftron.com/static/logo.8ee1b446.svg");
}