@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Profile/Profile.razor.rz.scp.css */
/* [ TODO ] :: Register a variable to store the top nav height */

#profile-menu-content[b-fmqpcjv6e2] {
    position: relative;
    top: var(--top-nav-height);
    right: 2.75rem;
    width: 240px;
}

#profile-menu-button[b-fmqpcjv6e2] {
    user-select: none;
}

#profile-menu-container:not(:has(input:checked)) > #profile-menu-content[b-fmqpcjv6e2] {
    display: none;
}

#profile-menu-container:has(input:checked) > #profile-menu-content[b-fmqpcjv6e2] {
    display: block;
}

.profile-menu-mask[b-fmqpcjv6e2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0);
    z-index: 10;
    display: none;
}

#profile-menu-container:has(input:checked) > .profile-menu-mask[b-fmqpcjv6e2] {
    display: block;
}

#profile-menu-content[b-fmqpcjv6e2] {
    position: relative;
    z-index: 20;
}
/* /Components/SessionDetailsCard/SessionDetailsCard.razor.rz.scp.css */
/* /Components/StagingTable/StagingTable.razor.rz.scp.css */

.rz-panel-titlebar[b-lchzphc51z] {
    width: 100%;
}

.rz-accordion-content[b-lchzphc51z] {
    padding-block: unset !important;
    padding-bottom: 1rem !important;
}
/* /Components/StagingTable/Toolbar/AddItemForm.razor.rz.scp.css */
/* /Components/WorkbookTable/FileInput.razor.rz.scp.css */
#file-drop-region.highlight[b-dx0pt89sli] {
    border-color: var(--background-interactive-primary-press) !important;
    background-color: var(--rz-base-100) !important;
}
/* /Components/WorkbookTable/WorkbookDetailsCard/WorkbookDetailsCard.razor.rz.scp.css */
.disabled[b-l8b6o36dut] {
    pointer-events: none !important;
}

.status-icon[b-l8b6o36dut] {
    width: 36px;
    height: 36px;
    /*border-radius: 50%;*/
    align-items: center;
    justify-content: center;
    display: inline-flex;
}
.filled-icon[b-l8b6o36dut] {
    font-variation-settings: 'FILL' 1;
}
.no-pointer[b-l8b6o36dut] {
    pointer-events: none !important;
    cursor: default;
    opacity: 0.6;
}
.exception-detail-row[b-l8b6o36dut] {
    border-bottom:  1px solid var(--rz-base-100);
    border-top:  1px solid var(--rz-base-100);
}

.file-details-card__wrapper[b-l8b6o36dut] {
    padding-left: 0.25rem;
}

.file-details-card__title[b-l8b6o36dut] {
    font-family: var(--rz-text-font-family);
    font-size: var(--rz-text-body1-font-size);
    line-height: var(--rz-text-body1-line-height);
    font-weight: var(--rz-text-body1-font-weight);
    letter-spacing: var(--rz-text-body1-letter-spacing);
    color: var(--rz-text-body1-color);
    margin: 0 !important;
    max-width: 40%;
    width: 40%;
}
/* /Components/WorkbookTable/WorkbookDetailsCard/WorksheetDropDown.razor.rz.scp.css */
.file-details-card__wrapper:has(.file-details-card__delete) .file-details-card__dropdown[b-5oiw86jsey] {
    max-width: 35%;
    width: 35%;   
}

.file-details-card__dropdown[b-5oiw86jsey] {
    width: max-content;
}
/* /Components/WorkbookTable/WorkbookTable.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-a288j2lcm4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-a288j2lcm4] {
        justify-content: space-between;
    }

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

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

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

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

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

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