/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-zghtfg87eh] {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  min-height: 100svh;
}

.page__background[b-zghtfg87eh] {
  background-color: var(--bg-color);
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  width: 100%;
  z-index: -1;
}
.page__background:where(:not(.page__background--default))[b-zghtfg87eh]:after {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-dark);
  background: var(--bg-gradient);
  backdrop-filter: blur(2px);
}

.page__background-image[b-zghtfg87eh] {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page__header[b-zghtfg87eh] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page__logo[b-zghtfg87eh] {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: var(--bg-primary);
  height: 120px;
}
.page__logo--default[b-zghtfg87eh] {
  padding: 3rem 0;
  background-color: transparent;
}
.page__logo-title[b-zghtfg87eh] {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  text-align: center;
}

.page__btn-sign-out[b-zghtfg87eh] {
  align-self: flex-end;
  background-color: var(--white);
}

.page__body[b-zghtfg87eh] {
  padding: 36px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page__version[b-zghtfg87eh] {
  line-height: 1;
  padding: 0.5rem 1rem;
  display: inline-block;
  background-color: var(--white);
}

main[b-zghtfg87eh] {
  flex: 1;
}

.sidebar[b-zghtfg87eh] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zghtfg87eh] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row[b-zghtfg87eh]  a,
.top-row[b-zghtfg87eh]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}

.top-row[b-zghtfg87eh]  a:hover,
.top-row[b-zghtfg87eh]  .btn-link:hover {
  text-decoration: underline;
}

.top-row[b-zghtfg87eh]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-zghtfg87eh] {
    display: none;
  }

  .top-row.auth[b-zghtfg87eh] {
    justify-content: space-between;
  }

  .top-row[b-zghtfg87eh]  a,
  .top-row[b-zghtfg87eh]  .btn-link {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .sidebar[b-zghtfg87eh] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-zghtfg87eh] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row.auth[b-zghtfg87eh]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }

  .top-row[b-zghtfg87eh],
  article[b-zghtfg87eh] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
