/* _content/BlazorSKBuilder/Components/DlQuizComponents/BusyIndicator.razor.rz.scp.css */
.lds-ellipsis[b-iyz8t1556a] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div[b-iyz8t1556a] {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: darkblue;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1)[b-iyz8t1556a] {
    left: 8px;
    animation: lds-ellipsis1-b-iyz8t1556a 0.6s infinite;
}

.lds-ellipsis div:nth-child(2)[b-iyz8t1556a] {
    left: 8px;
    animation: lds-ellipsis2-b-iyz8t1556a 0.6s infinite;
}

.lds-ellipsis div:nth-child(3)[b-iyz8t1556a] {
    left: 32px;
    animation: lds-ellipsis2-b-iyz8t1556a 0.6s infinite;
}

.lds-ellipsis div:nth-child(4)[b-iyz8t1556a] {
    left: 56px;
    animation: lds-ellipsis3-b-iyz8t1556a 0.6s infinite;
}

@keyframes lds-ellipsis1-b-iyz8t1556a {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-iyz8t1556a {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-iyz8t1556a {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* _content/BlazorSKBuilder/Components/DlQuizComponents/SessionResultsWindow.razor.rz.scp.css */
.result-window[b-9yhysf41a1] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #333;
    padding: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 100;
}
th[b-9yhysf41a1] {
    border: 1px solid #ddd;
    padding: 4px;
}
tr[b-9yhysf41a1] {
    border: 1px solid #ddd;   
}
/* _content/BlazorSKBuilder/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yg8ndldi61] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yg8ndldi61] {
    flex: 1;
}

.sidebar[b-yg8ndldi61] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yg8ndldi61] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yg8ndldi61]  a, .top-row .btn-link[b-yg8ndldi61] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-yg8ndldi61] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yg8ndldi61] {
        display: none;
    }

    .top-row.auth[b-yg8ndldi61] {
        justify-content: space-between;
    }

    .top-row a[b-yg8ndldi61], .top-row .btn-link[b-yg8ndldi61] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yg8ndldi61] {
        flex-direction: row;
    }

    .sidebar[b-yg8ndldi61] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yg8ndldi61] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-yg8ndldi61], article[b-yg8ndldi61] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
