/* /Shared/Components/Utilities/UnifiedSearch.razor.rz.scp.css */
:root[b-rrc1ndhxo9] {
    --rz-datalist-padding: 0px 0px 0px 0px !important;
}


.blur-overlay[b-rrc1ndhxo9] {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px);
    z-index: 1000;
    height: 900vh;
    width: 100%;
  }
  
  .super-search-box[b-rrc1ndhxo9],
  .search-results[b-rrc1ndhxo9] {
    position: relative;
    z-index: 1001;  
  }

  .element-above-blur[b-rrc1ndhxo9] {
    z-index: 1001 !important;
  }
  

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

main[b-55e4danvju] {
    flex: 1;
}

.sidebar[b-55e4danvju] {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
  background-image: linear-gradient(180deg, var(--background-highlight) 45%, #3a0647 90%)
}

.top-row[b-55e4danvju] {
  background-color: var(--background-highlight);
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

main[b-55e4danvju]
{
  background-color: var(--background-highlight);
}

main article[b-55e4danvju] {
  border-radius: 2rem 0 0 0;
  min-height: calc(100vh - 3.5rem);
  border-color: var(--background-highlight);
  border-width: 2rem;
  background-color: var(--bs-body-bg);
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kzbe8649yg] {
  background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

  .collapse[b-kzbe8649yg] {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }

  .nav-scrollable[b-kzbe8649yg] {
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
}
