@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import 'Sin.MM.UI.Client.bundle.scp.css';

/* _content/Sin.MM.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1ickpvd3qr] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-1ickpvd3qr] {
  flex: 1;
}

.sidebar[b-1ickpvd3qr] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.sidebar-btn[b-1ickpvd3qr] {
  position: absolute;
}

@media (min-width: 641px) {
  .page[b-1ickpvd3qr] {
    flex-direction: row;
  }

  .sidebar[b-1ickpvd3qr] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-1ickpvd3qr] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

    .top-row.auth[b-1ickpvd3qr]  a:first-child {
      flex: 1;
      text-align: right;
      width: 0;
    }

  .top-row[b-1ickpvd3qr], article[b-1ickpvd3qr] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

#blazor-error-ui[b-1ickpvd3qr] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  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-1ickpvd3qr] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }

.bi-list[b-1ickpvd3qr] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E %3C/svg%3E");
}
/* _content/Sin.MM.UI/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar .nav-item[b-sg0z7d6dsk]  .nav-link {
  color: #d7d7d7;
  background: none;
  border: none;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
  width: 100%;
}

#sidebar .nav-item[b-sg0z7d6dsk]  a.active {
  background-color: rgba(255,255,255,0.37);
  color: white;
}

#sidebar .nav-item[b-sg0z7d6dsk]  .nav-link:hover {
  background-color: rgba(255,255,255,0.1);
  color: white;
}
