
:root{--anygen-top-access-bar-h:56px;}
#anygen-top-access-bar{
  position:fixed;
  top:0;left:0;right:0;
  height:var(--anygen-top-access-bar-h);
  display:flex;
  align-items:center;
  justify-content:center;
  background:#7CFF7C;
  color:#fff; /* texto branco */
  font-weight:900;
  letter-spacing:.02em;
  z-index:2147483647;
  margin:0;
  padding:0 12px;
}
html,body{margin:0 !important;}
