html.priviot-site-loading:not(.priviot-site-ready) body {
  visibility: hidden !important;
}

html.priviot-site-loading:not(.priviot-site-ready) {
  background: #0b0b0f;
}

header a[data-auth-pending="true"] {
  display: inline-block;
  min-width: 76px;
  visibility: hidden !important;
}

html[data-priviot-cookie-consent="acknowledged"] #root > div > [role="region"] {
  display: none !important;
}
