@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.page[b-7nx8jxy2m2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7nx8jxy2m2] {
    flex: 1;
}

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

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

.top-row[b-7nx8jxy2m2]  a, .top-row[b-7nx8jxy2m2]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-7nx8jxy2m2]  a:hover, .top-row[b-7nx8jxy2m2]  .btn-link:hover {
    text-decoration: underline;
}

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

@media (max-width: 640.98px) {
    .top-row[b-7nx8jxy2m2] {
        justify-content: space-between;
    }

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

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

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

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

        .top-row.auth[b-7nx8jxy2m2]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

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

#blazor-error-ui[b-7nx8jxy2m2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-7nx8jxy2m2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.list-disc[b-7nx8jxy2m2] {
    list-style-type: disc;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */

.logo-small-device[b-te3axzqtd2] {
    background: #1e1d31;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
}

.logo-small-device-img[b-te3axzqtd2] {
    width: 4.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zdht56rjmq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-zdht56rjmq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-zdht56rjmq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zdht56rjmq] {
    font-size: 1.1rem;
}

.nav-item[b-zdht56rjmq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-zdht56rjmq] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-zdht56rjmq] {
    padding-bottom: 1rem;
}

.nav-item[b-zdht56rjmq]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-zdht56rjmq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zdht56rjmq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-zdht56rjmq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zdht56rjmq] {
    display: block;
}

.nav-menu-item[b-zdht56rjmq] {
    font-weight: 500;
    padding-left: 0.2rem;
}

.nav-menu-item-wide-icon[b-zdht56rjmq] {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: 1.5rem;
}

.nav-menu-item-medium-icon[b-zdht56rjmq] {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: 1.2rem;
}

.nav-menu-item-narrow-icon[b-zdht56rjmq] {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: 1rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zdht56rjmq] {
        display: none;
    }

    .nav-scrollable[b-zdht56rjmq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Admin/AdminHome.razor.rz.scp.css */
/* Widgets styles */
.min-height-widget[b-47ql9fz45e] {
    margin-top: 2rem;
    height: 15rem;
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.widget-table-title[b-47ql9fz45e] {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
}

.card-container[b-47ql9fz45e] {
    background-color: #fff;
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.card-container .card-statistic-3 .card-icon-large .fas[b-47ql9fz45e], .card-container .card-statistic-3 .card-icon-large .far[b-47ql9fz45e], .card-container .card-statistic-3 .card-icon-large .fab[b-47ql9fz45e], .card-container .card-statistic-3 .card-icon-large .fal[b-47ql9fz45e] {
    font-size: 110px;
}

.card-container .card-statistic-3 .card-icon[b-47ql9fz45e] {
    text-align: center;
    line-height: 3rem;
    margin-left: 3rem;
    color: #000;
    position: absolute;
    right: 0.375rem;
    top: 4rem;
    opacity: 0.1;
}

.widget-header-wide-icon[b-47ql9fz45e] {
    width: 2rem;
}

.widget-header-medium-icon[b-47ql9fz45e] {
    width: 1.5rem;
}

.widget-header-narrow-icon[b-47ql9fz45e] {
    width: 1.2rem;
}

.widget-body-wide-icon[b-47ql9fz45e] {
    width: 9rem;
}

.widget-body-medium-icon[b-47ql9fz45e] {
    width: 6.7rem;
}

.widget-body-narrow-icon[b-47ql9fz45e] {
    width: 5.7rem;
}

.no-link[b-47ql9fz45e] {
    text-decoration: none !important;
    color: inherit !important;
}

.no-link :hover[b-47ql9fz45e] {
    text-decoration: none !important;
    color: inherit !important;
}

.cursor-pointer[b-47ql9fz45e] {
    cursor: pointer;
}

.l-bg-red-gradient[b-47ql9fz45e] {
    background: linear-gradient(to left, #B12121, #850202) !important;
    color: #fff;
}

.l-bg-blue-gradient[b-47ql9fz45e] {
    background: linear-gradient(to left, #2673a8, #123d5b) !important;
    color: #fff;
}

.l-bg-gray-gradient[b-47ql9fz45e] {
    background: linear-gradient(to left, #7a7a7a, #565656) !important;
    color: #fff;
}

.smaller[b-47ql9fz45e] {
    font-size: 0.75em;
}

.larger[b-47ql9fz45e] {
    font-size: 1.5em;
}
/* /Components/Shared/QuizTimerDisplay.razor.rz.scp.css */
.timer-display[b-huo33r19ki] {
    /*position: fixed;
    top: 1rem;
    right: 1rem;*/
    z-index: 1050;
    font-family: 'Segoe UI Variable', 'Segoe UI', Tahoma, Verdana, Geneva, sans-serif;
}

.timer-display .badge[b-huo33r19ki] {
    padding: 0.6em 1em;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-variant-numeric: tabular-nums;
    min-width: 170px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.timer-display .badge:hover[b-huo33r19ki] {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    cursor: default;
}

.timer-display .badge:not(.timer-pulse):hover[b-huo33r19ki] {
    transform: scale(1.05);
}

.timer-normal[b-huo33r19ki] {
    background-color: rgba(255, 255, 255, 0.15);
    color: #e0e0e0;
}

.timer-warning[b-huo33r19ki] {
    background-color: rgba(255, 191, 0, 0.85);
    color: white;
}

.timer-danger[b-huo33r19ki] {
    background-color: rgba(255, 65, 54, 0.85);
    color: white;
}

@keyframes pulse-animation-b-huo33r19ki {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

.timer-pulse[b-huo33r19ki] {
    animation: pulse-animation-b-huo33r19ki 1.2s ease-in-out infinite;
}
