/**
 * Site Command v7.0.1.4 Startup Shell host boundary.
 * Visual styles live inside the component Shadow DOM and cannot be overridden
 * by Bootstrap or application stylesheets.
 */
#siteCommandStartupShell {
  all: initial !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  pointer-events: auto !important;
}
