@import '_content/ResearchPortalSharedComponents/ResearchPortalSharedComponents.dji55rxyos.bundle.scp.css';

/* /Pages/ResearchPages/RpPortalViewerPage.razor.rz.scp.css */
.slide-viewer[b-sfnne534ud] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    outline: none;
    user-select: none;
}

.page[b-sfnne534ud] {
    background: white;
    border: 1px solid #d0d0d0;
    box-shadow: 0 10px 28px rgba(0,0,0,.18);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    /* A4 proportions */
/*    .page.landscape {
        width: min(92vw, 1123px);
        aspect-ratio: 297 / 210;
    }

    .page.portrait {
        width: min(92vw, 794px);
        aspect-ratio: 210 / 297;
    }*/

    .page img[b-sfnne534ud] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        pointer-events: none;
    }

.counter[b-sfnne534ud] {
    margin-top: 10px;
    font-size: 13px;
    opacity: .6;
}
