/* /Components/PostListItem.razor.rz.scp.css */
.ListItemContainer[b-49f1onf5ni] {
  margin-top: 0.25rem;
}

.ListItem[b-49f1onf5ni] {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--xlight);
}

.ListItem a[b-49f1onf5ni] {
    color: inherit;
}
.ListItem:hover[b-49f1onf5ni] {
  background-color: lavender;
}
/* /Components/Stack.razor.rz.scp.css */
.stack[b-86584oo0ed] {
  display: flex;
  flex-direction: column;
}
/* /Pages/About.razor.rz.scp.css */
.container[b-jjgieiuao8] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.profile > img[b-jjgieiuao8] {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-b1qttfxjqn] {
  position: relative;
  display: flex;
  flex-direction: column;
}

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

.main-content[b-b1qttfxjqn] {
  padding-top: 1.1rem;
  padding-bottom: 2rem;
}

.sidebar[b-b1qttfxjqn] {
  background-image: linear-gradient(
    180deg,
    var(--xdark) 10%,
    var(--xlight) 70%
  );
}

.top-row[b-b1qttfxjqn] {
  background-color: var(--xdark);
  border-bottom: 1px solid var(--xdark);
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

@media (min-width: 641px) {
  .page[b-b1qttfxjqn] {
    flex-direction: row;
  }

  .sidebar[b-b1qttfxjqn] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

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

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

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

.footer[b-b1qttfxjqn] {
  min-height: 0.5rem;
  background: linear-gradient(to right, var(--xlight) 38%, white 75%);
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-v0esespufg] {
    background-color: var(--xdark);
}

.top-row[b-v0esespufg] {
    height: 3.5rem;
    background-color: var(--xdark);
}

.navbar-brand[b-v0esespufg] {
    font-size: 1.1rem;
}

.oi[b-v0esespufg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-v0esespufg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-v0esespufg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-v0esespufg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-v0esespufg]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-v0esespufg]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-v0esespufg]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-v0esespufg] {
        display: none;
    }

    .collapse[b-v0esespufg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-v0esespufg] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
