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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-ipi4jch0yc], article[b-ipi4jch0yc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ADDI/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ee3yroxgcz] {
  background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ee3yroxgcz] {
  height: 5rem;
  background-color: #484e53 !important;
  position: relative;
}

/* Make the entire navigation area light grey */
.nav-scrollable[b-ee3yroxgcz] {
  background-color: #484e53 !important;
  padding-top: 6rem;
}

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

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

.nav-item[b-ee3yroxgcz] {
  font-size: 0.9rem;
  padding: 0.25rem 1rem;
  display: block;
  width: 100%;
}

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

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

.nav-item[b-ee3yroxgcz]  a {
  color: white !important;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
  line-height: 1.5;
  border: none;
  background: none;
  width: 100%;
}

.nav-item[b-ee3yroxgcz]  a.active {
  color: white !important;
  font-weight: bold;
  text-decoration: underline;
}

.nav-item[b-ee3yroxgcz]  a:hover {
  color: white !important;
  text-decoration: underline;
}

.nav-item[b-ee3yroxgcz]  a,
.top-row a[b-ee3yroxgcz] {
  color: white !important;
}

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

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

  .nav-scrollable[b-ee3yroxgcz] {
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 5rem);
    overflow-y: auto;
    background-color: #484e53 !important;
  }
}

/* Ensure collapsed navigation also has light grey background */
.nav-scrollable.collapse[b-ee3yroxgcz] {
  background-color: #484e53 !important;
}
