@import 'Atom4.Web.Client.eby042v51q.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-miuuxtht8c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-miuuxtht8c] {
    flex: 1;
}

.sidebar[b-miuuxtht8c] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-miuuxtht8c] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-miuuxtht8c]  a, .top-row[b-miuuxtht8c]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-miuuxtht8c]  a:hover, .top-row[b-miuuxtht8c]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-miuuxtht8c]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-miuuxtht8c] {
        justify-content: space-between;
    }

    .top-row[b-miuuxtht8c]  a, .top-row[b-miuuxtht8c]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-miuuxtht8c] {
        flex-direction: row;
    }

    .sidebar[b-miuuxtht8c] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-miuuxtht8c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-miuuxtht8c]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-miuuxtht8c], article[b-miuuxtht8c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.privacy-container[b-9kyuvsxpds] {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
}

.pdf-viewer-container[b-9kyuvsxpds] {
    flex: 1;
    height: 100%;
    width: 100%;
}

.pdf-object[b-9kyuvsxpds], .pdf-embed[b-9kyuvsxpds] {
    display: block;
    border: none;
}

.pdf-fallback[b-9kyuvsxpds] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 2rem;
    background-color: #f8f9fa;
}

.alert[b-9kyuvsxpds] {
    max-width: 500px;
    text-align: center;
    padding: 20px;
    border: 1px solid #bee5eb;
    border-radius: 5px;
    background-color: #d1ecf1;
    color: #0c5460;
}

.fallback-actions[b-9kyuvsxpds] {
    margin-top: 1rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.btn[b-9kyuvsxpds] {
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary[b-9kyuvsxpds] {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

.btn-secondary[b-9kyuvsxpds] {
    background-color: #6c757d;
    color: white;
    border: 1px solid #6c757d;
}

.btn:hover[b-9kyuvsxpds] {
    opacity: 0.8;
}
