/* _content/OmniForge.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r6n7n0ct8u] {
  position: relative;
  display: flex;
  flex-direction: column;
}

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

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

.top-row[b-r6n7n0ct8u] {
  background-color: rgba(var(--bs-body-bg-rgb), 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid var(--bs-border-color);
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.top-row[b-r6n7n0ct8u]  a,
.top-row[b-r6n7n0ct8u]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
  color: var(--bs-body-color);
  transition: color 0.3s ease;
}

.top-row[b-r6n7n0ct8u]  a:hover,
.top-row[b-r6n7n0ct8u]  .btn-link:hover {
  text-decoration: underline;
  color: var(--bs-link-color);
}

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

@media (max-width: 640.98px) {
  .top-row[b-r6n7n0ct8u] {
    justify-content: space-between;
  }

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

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

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

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

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

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

#blazor-error-ui[b-r6n7n0ct8u] {
  color-scheme: light only;
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-r6n7n0ct8u] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* _content/OmniForge.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fc2sjmp22m] {
  appearance: none;
  cursor: pointer;
  width: 3.5rem;
  height: 2.5rem;
  color: white;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-fc2sjmp22m] {
  background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fc2sjmp22m] {
  min-height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}

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

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

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

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

.nav-item[b-fc2sjmp22m]  .nav-link {
  color: #d7d7d7;
  background: transparent;
  border: none;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
  width: 100%;
  transition: all 0.2s ease-in-out;
  padding-left: 1rem;
}

.nav-item[b-fc2sjmp22m]  a.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-left: 4px solid #667eea;
  /* Brand color accent */
  padding-left: calc(1rem - 4px);
  /* Adjust padding to account for border */
}

.nav-item[b-fc2sjmp22m]  .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
}

@media (prefers-reduced-motion: no-preference) {
  .nav-item[b-fc2sjmp22m]  .nav-link:hover {
    transform: translateX(4px);
    /* Subtle movement */
  }
}

.nav-header[b-fc2sjmp22m] {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.bi[b-fc2sjmp22m] {
  font-size: 1.1rem;
  vertical-align: text-bottom;
}

.nav-scrollable[b-fc2sjmp22m] {
  display: none;
}

.navbar-toggler:checked~.nav-scrollable[b-fc2sjmp22m] {
  display: block;
}

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

  .nav-scrollable[b-fc2sjmp22m] {
    /* Never collapse the sidebar for wide screens */
    display: block;

    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
}
