/* _content/TabOnWord.Website/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9k2po3qovo] {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: white;
}
.page[b-9k2po3qovo]::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
  background-image: radial-gradient(ellipse at bottom, #74a2e0 0%, #255ca6 100%);
}
.page[b-9k2po3qovo]::after {
  content: "";
  position: fixed;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(ellipse at top, #74a2e0 0%, #255ca6 100%);
  z-index: -1;
}
.page[b-9k2po3qovo]  a {
  color: white;
  text-decoration: none;
}

header[b-9k2po3qovo] {
  position: sticky;
  top: 0;
  z-index: 1000;
}

main[b-9k2po3qovo] {
  height: 100%;
}

footer[b-9k2po3qovo] {
  white-space: nowrap;
  padding: 1rem 0;
}
