/* /Components/Admin/Pages/AdminSubmission.razor.rz.scp.css */
a.pageLink:hover[b-0fjpec7732] {
    text-decoration: none;
}

a.pageLink:hover .pageLinkTitle[b-0fjpec7732] {
    text-decoration: underline;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-02i9q007ul] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-02i9q007ul] {
    flex: 1;
}

.top-row[b-02i9q007ul] {
    height: auto;
    display: flex;
    align-items: center;
    background-color: #fff;
}

    .top-row[b-02i9q007ul]  a, .top-row[b-02i9q007ul]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-02i9q007ul]  a:hover, .top-row[b-02i9q007ul]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-02i9q007ul]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 768px) {
    .top-row[b-02i9q007ul] {
        justify-content: space-between;
    }

    .top-row[b-02i9q007ul]  a, .top-row[b-02i9q007ul]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-02i9q007ul] {
        flex-direction: row;
    }

    .sidebar[b-02i9q007ul] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        box-shadow: black -9px 0 21px;
    }

    .top-row.auth[b-02i9q007ul]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}

#blazor-error-ui[b-02i9q007ul] {
    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-02i9q007ul] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-h9ftl2ottj] {
    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-h9ftl2ottj] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-h9ftl2ottj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-h9ftl2ottj] {
    font-size: 1.1rem;
}

.nav-item[b-h9ftl2ottj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:last-of-type[b-h9ftl2ottj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-h9ftl2ottj]  .nav-link {
        color: #067AC0;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
        padding-left: 1rem;
        font-weight: 600;
    }

.nav-item[b-h9ftl2ottj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: #067AC0;
    padding-left: 1.1rem !important;
}

.nav-item[b-h9ftl2ottj]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: #067AC0;
}

.nav-scrollable[b-h9ftl2ottj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-h9ftl2ottj] {
    display: block;
}

@media (min-width: 768px) {
    .navbar-toggler[b-h9ftl2ottj] {
        display: none;
    }

    .nav-scrollable[b-h9ftl2ottj] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/UnauthorizedLayout.razor.rz.scp.css */
.page[b-nih1i4by5k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nih1i4by5k] {
    flex: 1;
}

.sidebar[b-nih1i4by5k] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-nih1i4by5k] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nih1i4by5k]  a, .top-row[b-nih1i4by5k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-nih1i4by5k]  a:hover, .top-row[b-nih1i4by5k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-nih1i4by5k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-nih1i4by5k] {
        justify-content: space-between;
    }

    .top-row[b-nih1i4by5k]  a, .top-row[b-nih1i4by5k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nih1i4by5k] {
        flex-direction: row;
    }

    .sidebar[b-nih1i4by5k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

/*    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }*/

    .top-row.auth[b-nih1i4by5k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-nih1i4by5k], article[b-nih1i4by5k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-nih1i4by5k] {
    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-nih1i4by5k] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Organisation/Pages/Manage/OrgUsers.razor.rz.scp.css */
.userList tbody th[b-yxhbu01qg2] {
    width: 100px;
}

.userList tbody td[b-yxhbu01qg2], .userList tbody th[b-yxhbu01qg2] {
    border-bottom: 1px solid rgba(150, 150, 150, 0.2);
}

.userList tbody tr:last-of-type td[b-yxhbu01qg2], .userList tbody tr:last-of-type th[b-yxhbu01qg2] {
    border-bottom: none;
}
/* /Components/Shared/Breadcrumb.razor.rz.scp.css */
/* /Components/Shared/ModalGenericLink.razor.rz.scp.css */
body[b-7eika25rzw] {
}
/* /Components/Shared/Paging.razor.rz.scp.css */
.contentHeader[b-5enu127gj8] {
    position: sticky;
    top: 56px;
    z-index: 999;
}

.page-link:focus[b-5enu127gj8] {
    box-shadow: none !important;
}
/* /Components/Shared/Toasts.razor.rz.scp.css */
.toast-container[b-eio2p5vir7] {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.toast[b-eio2p5vir7] {
    min-width: 300px; 
    min-height: fit-content;
}
/* /Components/Shared/TopBar.razor.rz.scp.css */
.topBar[b-0943g6s00i] {
    background-color: #cce3ef;
}
/* /Components/Submit/Pages/Submission.razor.rz.scp.css */
a.pageLink:hover[b-kmt4ds86fa] {
    text-decoration: none;
}

a.pageLink:hover .pageLinkTitle[b-kmt4ds86fa] {
    text-decoration: underline;
}
/* /Components/Supervise/Pages/SuperviseSubmission.razor.rz.scp.css */
a.pageLink:hover[b-ha6p7fi8mc] {
    text-decoration: none;
}

a.pageLink:hover .pageLinkTitle[b-ha6p7fi8mc] {
    text-decoration: underline;
}
