/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0qdqstkag9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0qdqstkag9] {
    flex: 1;
}

.sidebar[b-0qdqstkag9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0qdqstkag9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0qdqstkag9]  a, .top-row .btn-link[b-0qdqstkag9] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-0qdqstkag9] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0qdqstkag9] {
        display: none;
    }

    .top-row.auth[b-0qdqstkag9] {
        justify-content: space-between;
    }

    .top-row a[b-0qdqstkag9], .top-row .btn-link[b-0qdqstkag9] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0qdqstkag9] {
        flex-direction: row;
    }

    .sidebar[b-0qdqstkag9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0qdqstkag9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-0qdqstkag9], article[b-0qdqstkag9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Pages/Public/AboutCOMSPOC/Research/NeatPage/Neat.razor.rz.scp.css */
[b-lrjyoqrblk] .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined[b-lrjyoqrblk] {
    padding: 9px 14px !important;
}
/* /Components/Pages/Public/Connect/ContactUs/ConnectComponent.razor.rz.scp.css */
[b-98wh1dt3ox] .contact-ls {
    line-height:1rem;
    color:red;
}
/* /Components/Pages/Public/Connect/Events/EventsPage.razor.rz.scp.css */
[b-la5oe6boa6] .mud-chip.mud-chip-size-medium {
    height: 32px;
    font-size: 14px;
    border-radius: 5px; 
}

.mud-table-toolbar[b-la5oe6boa6] {
    background-color: #004c97;
}
/*::deep .mud-chip.mud-chip-size-medium {
    background-color: #004c97;
    color: white;
}*/
/* /Components/Pages/Public/Connect/Events/Space-Symposium/SpaceSymposium2026Page.razor.rz.scp.css */
.hero-quote-container[b-7vilcfyw0s] {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
}

.hero-quote[b-7vilcfyw0s] {
    margin: 0;
    max-width: 760px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    text-align: center;
}

.hero-quote-meta[b-7vilcfyw0s] {
    margin-top: 2rem;
    width: 100%;
    max-width: 760px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    padding-right: 2%;
}



.response-container[b-7vilcfyw0s] {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 2rem;
}
/* /Components/Pages/Public/Connect/Events/Space-Symposium/TeamCarousel.razor.rz.scp.css */
.team-carousel[b-u1e7i9l04e] {
    max-width: 420px;
    margin: 0 auto;
}

.team-slide[b-u1e7i9l04e] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
}

.team-card[b-u1e7i9l04e] {
    width: 100%;
    max-width: 340px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    text-align: center;
}

.team-avatar[b-u1e7i9l04e] {
    width: 140px !important;
    height: 140px !important;
    overflow: hidden;
}

    .team-avatar .mud-image[b-u1e7i9l04e] {
        width: 100%;
        height: 100%;
    }
/* /Components/Pages/Public/Connect/Events/Space-Symposium/UrgencyCarousel.razor.rz.scp.css */
.testimonial-carousel[b-fyiia4i4tq] {
    border-radius: 24px;
    overflow: hidden;
}

.testimonial-slide[b-fyiia4i4tq] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: var(--section-bg-1);
    border-radius: 24px;
}

/* Background media */
.testimonial-bg-video[b-fyiia4i4tq],
.testimonial-bg-image[b-fyiia4i4tq] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 24px;
}

.testimonial-bg-video[b-fyiia4i4tq] {
    object-fit: cover;
}

.testimonial-bg-image[b-fyiia4i4tq] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Dark overlay so text stays readable */
.testimonial-overlay[b-fyiia4i4tq] {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.30) 35%, rgba(0, 0, 0, 0.58) 100% );
}

/* Main content layer */
.testimonial-content[b-fyiia4i4tq] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

/* Centered content window like an Apple-style hero */
.testimonial-inner[b-fyiia4i4tq] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2rem;
}

/* Whole text block positioned inside the visual window */
.testimonial-block[b-fyiia4i4tq] {
    max-width: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Quote first */
.testimonial-quote[b-fyiia4i4tq] {
    margin: 0;
    max-width: 760px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    text-align: center;
}

/* Right-aligned author info, but not jammed against the edge */
.testimonial-meta[b-fyiia4i4tq] {
    margin-top: 4rem;
    width: fit-content;
    margin-left: auto;
    padding-right: 2%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
}

.testimonial-name[b-fyiia4i4tq] {
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.testimonial-title[b-fyiia4i4tq] {
    margin: 0;
    opacity: 0.95;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.testimonial-reference[b-fyiia4i4tq] {
    margin: 0;
    opacity: 0.82;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

/* Optional MudCarousel control polish */
.testimonial-carousel .mud-carousel-control[b-fyiia4i4tq] {
    z-index: 5;
}

.testimonial-carousel .mud-carousel-bullets[b-fyiia4i4tq] {
    z-index: 5;
}

/* Tablet */
@media (max-width: 960px) {
    .testimonial-slide[b-fyiia4i4tq] {
        height: 480px;
    }

    .testimonial-inner[b-fyiia4i4tq] {
        padding: 0 2.5rem;
    }

    .testimonial-block[b-fyiia4i4tq] {
        max-width: none;
    }

    .testimonial-quote[b-fyiia4i4tq] {
        max-width: 100%;
    }

    .testimonial-meta[b-fyiia4i4tq] {
        padding-right: 2%;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .testimonial-slide[b-fyiia4i4tq] {
        height: 540px;
    }

    .testimonial-inner[b-fyiia4i4tq] {
        padding: 0 1.5rem;
    }

    .testimonial-quote[b-fyiia4i4tq] {
        max-width: 100%;
        line-height: 1.35;
    }

    .testimonial-meta[b-fyiia4i4tq] {
        margin-top: 1.5rem;
        padding-right: 0;
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }
}
/* /Components/Pages/Public/QuizGame/GameComponent.razor.rz.scp.css */
/* Quiz Game Container */
.loading-overlay[b-3xnuni10xy],
.completion-container[b-3xnuni10xy],
.game-container[b-3xnuni10xy] {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.loading-overlay[b-3xnuni10xy] {
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.game-container[b-3xnuni10xy] {
    max-width: none;
    margin: 0;
    position: relative;
}

.game-header[b-3xnuni10xy] {
    flex: 0 0 auto;
    padding: 0.5rem 0.75rem;
    min-height: 0;
    position: relative;
    z-index: 10;
}

.question-section[b-3xnuni10xy] {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 0;
    min-height: 0;
    position: relative;
    z-index: 1;
}

.game-footer[b-3xnuni10xy] {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    z-index: 100;
    padding: 0.75rem;
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    background: rgba(30, 30, 30, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* each footer item wrapper */
.footer-item[b-3xnuni10xy] {
    display: flex;
    align-items: stretch;
}

/* score / timer paper */
.score-display[b-3xnuni10xy],
.timer-display[b-3xnuni10xy] {
    min-height: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.15);
    padding: 0 0.75rem;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    white-space: nowrap;
    width: 100%;
}

    /* if MudPaper is used on score/timer, force it */
    .score-display.mud-paper[b-3xnuni10xy],
    .timer-display.mud-paper[b-3xnuni10xy] {
        height: 48px;
        min-height: 48px;
    }

/* button wrapper */
.next-button[b-3xnuni10xy] {
    min-width: 120px;
    height: 48px;
    min-height: 48px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    box-sizing: border-box;
}

    /* actual MudButton */
    .next-button .mud-button-root[b-3xnuni10xy],
    .next-button.mud-button-root[b-3xnuni10xy] {
        height: 48px;
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

/* text cleanup so score doesn't grow vertically */
.score-label[b-3xnuni10xy] {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 0.7rem;
    line-height: 1;
}

.score-value[b-3xnuni10xy] {
    color: white;
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1;
}

/* if score paper contains stacked text */
.score-display .mud-typography[b-3xnuni10xy],
.timer-display .mud-typography[b-3xnuni10xy] {
    margin: 0;
    line-height: 1;
}

.score-display > *[b-3xnuni10xy],
.timer-display > *[b-3xnuni10xy] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .game-header[b-3xnuni10xy] {
        padding: 0.25rem 0.5rem;
    }

    .game-footer[b-3xnuni10xy] {
        bottom: 0.5rem;
        left: 0.5rem;
        right: 0.5rem;
        padding: 0.5rem;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 0.5rem;
    }

        /* assumes footer-item order is: 1=score, 2=next, 3=timer */
        .game-footer > .footer-item:nth-child(1)[b-3xnuni10xy] {
            order: 2;
            flex: 1 1 calc(50% - 0.25rem);
            max-width: calc(50% - 0.25rem);
            min-width: 0;
        }

        .game-footer > .footer-item:nth-child(2)[b-3xnuni10xy] {
            order: 1;
            flex: 0 0 100%;
            max-width: 100%;
            min-width: 0;
        }

        .game-footer > .footer-item:nth-child(3)[b-3xnuni10xy] {
            order: 3;
            flex: 1 1 calc(50% - 0.25rem);
            max-width: calc(50% - 0.25rem);
            min-width: 0;
        }

    .footer-item[b-3xnuni10xy] {
        display: flex;
        align-items: stretch;
        width: 100%;
        min-width: 0;
    }

    .score-display[b-3xnuni10xy],
    .timer-display[b-3xnuni10xy],
    .next-button[b-3xnuni10xy],
    .next-button .mud-button-root[b-3xnuni10xy],
    .next-button.mud-button-root[b-3xnuni10xy] {
        height: 42px;
        min-height: 42px;
    }

    .score-display[b-3xnuni10xy],
    .timer-display[b-3xnuni10xy] {
        width: 100%;
        min-width: 0;
        padding: 0 0.6rem;
        font-size: 0.85rem;
    }

        .score-display.mud-paper[b-3xnuni10xy],
        .timer-display.mud-paper[b-3xnuni10xy] {
            height: 42px;
            min-height: 42px;
            width: 100%;
        }

    .next-button[b-3xnuni10xy],
    .next-button .mud-button-root[b-3xnuni10xy],
    .next-button.mud-button-root[b-3xnuni10xy] {
        width: 100%;
        min-width: 0;
        justify-content: center;
        font-size: 0.875rem;
    }

    .score-label[b-3xnuni10xy] {
        font-size: 0.65rem;
    }

    .score-value[b-3xnuni10xy] {
        font-size: 0.95rem;
    }
}


.completion-container[b-3xnuni10xy] {
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    padding: 0.75rem;
}
/* /Components/Pages/Public/QuizGame/Satellites.razor.rz.scp.css */
/* Satellites */
.satellite[b-64tavaae7t] {
    position: fixed;
    background: linear-gradient(135deg, #888, #ddd);
    border-radius: 50%;
    z-index: 0;
}

.satellite-1[b-64tavaae7t] {
    width: 26px;
    height: 26px;
    animation: flyAcross1-b-64tavaae7t 23s linear infinite;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6), inset -5px -5px 10px rgba(0, 0, 0, 0.4), inset 3px 3px 8px rgba(255, 255, 255, 0.3), inset 0 0 0 5px rgba(100, 100, 100, 0.4), inset 0 0 0 8px rgba(180, 180, 180, 0.3);
}

    .satellite-1[b-64tavaae7t]::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 1.5px;
        background: linear-gradient(90deg, transparent, #888, transparent);
        top: 50%;
        left: -33px;
        transform: translateY(-50%);
    }

    .satellite-1[b-64tavaae7t]::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 1.5px;
        background: linear-gradient(90deg, transparent, #888, transparent);
        top: 50%;
        right: -33px;
        transform: translateY(-50%);
    }

.satellite-2[b-64tavaae7t] {
    width: 16px;
    height: 16px;
    animation: flyAcross2 31s linear infinite 9s;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6), inset -3px -3px 6px rgba(0, 0, 0, 0.4), inset 2px 2px 5px rgba(255, 255, 255, 0.3), inset 0 0 0 3px rgba(100, 100, 100, 0.4), inset 0 0 0 5px rgba(180, 180, 180, 0.3);
}

    .satellite-2[b-64tavaae7t]::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 1.5px;
        background: linear-gradient(90deg, transparent, #888, transparent);
        top: 50%;
        left: -22px;
        transform: translateY(-50%);
    }

    .satellite-2[b-64tavaae7t]::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 1.5px;
        background: linear-gradient(90deg, transparent, #888, transparent);
        top: 50%;
        right: -22px;
        transform: translateY(-50%);
    }

.satellite-3[b-64tavaae7t] {
    width: 20px;
    height: 20px;
    animation: flyAcross3-b-64tavaae7t 19s linear infinite 16s;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6), inset -4px -4px 8px rgba(0, 0, 0, 0.4), inset 2px 2px 6px rgba(255, 255, 255, 0.3), inset 0 0 0 4px rgba(100, 100, 100, 0.4), inset 0 0 0 6px rgba(180, 180, 180, 0.3);
}

    .satellite-3[b-64tavaae7t]::before {
        content: '';
        position: absolute;
        width: 24px;
        height: 1.5px;
        background: linear-gradient(90deg, transparent, #888, transparent);
        top: 50%;
        left: -26px;
        transform: translateY(-50%);
    }

    .satellite-3[b-64tavaae7t]::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 1.5px;
        background: linear-gradient(90deg, transparent, #888, transparent);
        top: 50%;
        right: -26px;
        transform: translateY(-50%);
    }

@keyframes flyAcross1-b-64tavaae7t {
    0% {
        right: -100px;
        top: 12%;
        transform: rotate(22deg);
    }

    100% {
        right: calc(100% + 100px);
        top: 19%;
        transform: rotate(22deg);
    }
}

@@keyframes flyAcross2 {
    0%[b-64tavaae7t] {
        right: -100px;
        top: 58%;
        transform: rotate(-5deg);
    }

    100%[b-64tavaae7t] {
        right: calc(100% + 100px);
        top: 51%;
        transform: rotate(-5deg);
    }
}

@keyframes flyAcross3-b-64tavaae7t {
    0% {
        right: -100px;
        top: 78%;
        transform: rotate(16deg);
    }

    100% {
        right: calc(100% + 100px);
        top: 83%;
        transform: rotate(16deg);
    }
}
/* /Components/Pages/Secured/SuperAdmin/Users/UserAdmin.razor.rz.scp.css */
td[b-3fj8a5v85w] {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
}

    td:first-child[b-3fj8a5v85w] {
        padding-left: 0px;
        padding-right: 0;
    }
