/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-6e0q6mpnxl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6e0q6mpnxl] {
    flex: 1;
}

.sidebar[b-6e0q6mpnxl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6e0q6mpnxl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6e0q6mpnxl]  a, .top-row[b-6e0q6mpnxl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6e0q6mpnxl]  a:hover, .top-row[b-6e0q6mpnxl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6e0q6mpnxl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6e0q6mpnxl] {
        display: none;
    }

    .top-row.auth[b-6e0q6mpnxl] {
        justify-content: space-between;
    }

    .top-row[b-6e0q6mpnxl]  a, .top-row[b-6e0q6mpnxl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6e0q6mpnxl] {
        flex-direction: row;
    }

    .sidebar[b-6e0q6mpnxl] {
        width: 210px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6e0q6mpnxl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6e0q6mpnxl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6e0q6mpnxl], article[b-6e0q6mpnxl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-unfowtaswa] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-unfowtaswa] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-unfowtaswa] {
    font-size: 1.1rem;
}

.oi[b-unfowtaswa] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-unfowtaswa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-right: 0 !important;
}



.nav-item:first-of-type[b-unfowtaswa] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-unfowtaswa] {
    padding-bottom: 1rem;
}

.nav-item::deep a[b-unfowtaswa] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-unfowtaswa]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-unfowtaswa]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-unfowtaswa] {
        display: none;
    }

    .collapse[b-unfowtaswa] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.sidebar[b-unfowtaswa] {
    padding-left: 0;
    padding-right: 0;
}



.nav-link[b-unfowtaswa] {
    color: #fff !important;
    font-size: .8rem;
}

.nav-item span[b-unfowtaswa] {
    width: auto;
    padding-left: 5px;
}
/* /Shared/PageLayout.razor.rz.scp.css */
.page-layout[b-6whsp2w1zp] {
  height: calc(100% - 0rem);
}
.page-layout .title-bar[b-6whsp2w1zp] {
  height: 2rem;
  display: flex;
  color: #fff;
  align-items: center;
  border-bottom: 1px solid #05163d;
  background-image: linear-gradient(91deg, #052767 0%, #3a0647 70%);
}
.page-layout .page-context[b-6whsp2w1zp] {
  height: calc(100% - 2rem);
  position: relative;
}
.page-layout .editor-plate[b-6whsp2w1zp] {
  border-left: 1px solid #dee2e6;
  background-color: #fafafa;
  height: 100%;
  padding: 0.2rem;
  position: relative;
}
.page-layout .editor-plate fieldset[b-6whsp2w1zp] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 5px 5px;
  padding: 1px 5px;
  border-radius: 3px;
}
.page-layout .editor-plate fieldset legend[b-6whsp2w1zp] {
  font-size: 0.95rem;
  font-weight: bold;
  padding: 0 5px;
  margin-right: 7px;
  float: initial;
  width: auto;
}
.page-layout .editor-plate footer.editor-footer[b-6whsp2w1zp] {
  border-top: 1px solid #dee2e6;
  position: absolute;
  bottom: 0;
  left: 0.3rem;
  right: 0.3rem;
  padding: 0.4rem 0;
}
.page-layout .content-plate[b-6whsp2w1zp] {
  background-color: #fff;
  height: 100%;
  padding: 0.5rem;
}
