/* /Pages/Index.razor.rz.scp.css */
.main[b-ga833foyw1] {
    position: relative;
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .main .top[b-ga833foyw1] {
        position: relative;
        flex: 1;
        background: #00cd00;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .main .top span[b-ga833foyw1], .main .top i[b-ga833foyw1] {
            color: #FFF;
            font-size: 22px;
            font-weight: bold;
        }

            .main .top span.big[b-ga833foyw1] {
                font-size: 100px;
                font-weight: bold;
            }

            .main .top span.big[b-ga833foyw1] {
                font-size: 100px;
                font-weight: bold;
            }

        .main .top.stop[b-ga833foyw1] {
            background: #ee0000;
        }

    .main .bottom[b-ga833foyw1] {
        position: relative;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .main .bottom img[b-ga833foyw1] {
            width: 340px;
        }

.version[b-ga833foyw1] {
    position: relative;
    padding: 10px;
    font-size: 11px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-43zvw9ip13] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-43zvw9ip13] {
    flex: 1;
}

.sidebar[b-43zvw9ip13] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-43zvw9ip13] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-43zvw9ip13]  a, .top-row[b-43zvw9ip13]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-43zvw9ip13]  a:hover, .top-row[b-43zvw9ip13]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-43zvw9ip13]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-43zvw9ip13] {
        display: none;
    }

    .top-row.auth[b-43zvw9ip13] {
        justify-content: space-between;
    }

    .top-row[b-43zvw9ip13]  a, .top-row[b-43zvw9ip13]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-43zvw9ip13] {
        flex-direction: row;
    }

    .sidebar[b-43zvw9ip13] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-43zvw9ip13] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-43zvw9ip13]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-43zvw9ip13], article[b-43zvw9ip13] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/VideoCtrl.razor.rz.scp.css */
.video-ctrl[b-y2r4yee5xd] {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    transition: .2s;
    overflow: hidden;
    background: #FFF;
}

    .video-ctrl.visible[b-y2r4yee5xd] {
        opacity: 1;
    }

    .video-ctrl video[b-y2r4yee5xd] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
