/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ayv7ij0hph] {
  position: relative;
  display: flex;
  flex-direction: column;
}

.main[b-ayv7ij0hph] {
  flex: 1;
}

.top-row[b-ayv7ij0hph] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: center;
  height: 3.5rem;
  display: flex;
  align-items: center;
}
.top-row .logo-brand[b-ayv7ij0hph] {
  font-size: 1.8rem;
}
.top-row .logo-brand a:hover[b-ayv7ij0hph] {
  font-size: 2rem;
  color: #0c5460;
  text-decoration: none;
}

@media (min-width: 641px) {
  .top-row[b-ayv7ij0hph] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .main > div[b-ayv7ij0hph] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

/*# sourceMappingURL=MainLayout.razor.css.map */
