/* SGW V452 - impede flash da dashboard legada antes do V450 */
html.sgw452-dashboard-boot body{
  overflow:hidden !important;
  background:
    radial-gradient(circle at 50% 30%, rgba(22,119,255,.18), transparent 32%),
    linear-gradient(180deg,#041126 0%,#061a34 58%,#041127 100%) !important;
}
html.sgw452-dashboard-boot body > *{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}
html.sgw452-dashboard-boot body::before{
  content:"SGW";
  position:fixed;
  z-index:2147483646;
  left:50%;
  top:calc(50% - 16px);
  transform:translate(-50%,-50%);
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:2px solid rgba(80,169,255,.75);
  box-shadow:0 0 0 8px rgba(22,119,255,.07),0 0 42px rgba(22,119,255,.26);
  color:#fff;
  font:900 19px/1 Arial,sans-serif;
  letter-spacing:-1px;
  opacity:1 !important;
  visibility:visible !important;
}
html.sgw452-dashboard-boot body::after{
  content:"Carregando painel...";
  position:fixed;
  z-index:2147483647;
  left:50%;
  top:calc(50% + 40px);
  transform:translateX(-50%);
  color:#8bbcf3;
  font:700 10px/1.2 Arial,sans-serif;
  letter-spacing:.2px;
  opacity:1 !important;
  visibility:visible !important;
}
html.sgw452-dashboard-ready body{overflow:auto;}
