/* _content/Presenter/Components/AudienceView.razor.rz.scp.css */
#presentedImage[b-8ffle7cect] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#presenterScreen[b-8ffle7cect] {
    position: relative;
}
/* _content/Presenter/Components/PresenterView.razor.rz.scp.css */
#preview[b-i31ih2alp7] {
    resize: horizontal;
    width: 60%;
    height: 100%;
    border-right: 1px solid black;
    display: flex;
    flex-direction: column;
}

.preview-container[b-i31ih2alp7] {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    position: relative;
    margin: 16px;
    background: #eee;
}

.preview-img[b-i31ih2alp7] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 1s ease-in-out;
}

.preview-info[b-i31ih2alp7], .preview-error[b-i31ih2alp7] {
    margin: auto;
}

#previewControls[b-i31ih2alp7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

#fileSystemTree[b-i31ih2alp7] {
    height: 100%;
    overflow: auto;
    flex-grow: 1;
    flex-basis: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

.fs-entry[b-i31ih2alp7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    cursor: default;
    user-select: none;
}

.fs-dir-expander[b-i31ih2alp7], .fs-dir-icon[b-i31ih2alp7], .fs-file-icon[b-i31ih2alp7] {
    width: 24px;
    text-align: center;
}

.fs-dir-expander[b-i31ih2alp7] {
    font-size: smaller;
    color: #666;
}

.fs-dir-icon[b-i31ih2alp7] {
    color: goldenrod;
}

.fs-file-icon[b-i31ih2alp7] {
    margin-left: 24px;
    color: lightskyblue;
}

.fs-dir-name[b-i31ih2alp7], .fs-file-name[b-i31ih2alp7] {
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-basis: 0;
    white-space: nowrap;
    flex-grow: 1;
}

.fs-entry-level-2[b-i31ih2alp7] {
    padding-left: 24px;
}

.fs-entry:hover[b-i31ih2alp7] {
    background: #eee;
}

/* _content/Presenter/Pages/Index.razor.rz.scp.css */
/* _content/Presenter/Shared/MainLayout.razor.rz.scp.css */
.page[b-2v2dcgs8vo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2v2dcgs8vo] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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