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

main[b-b2v93q5khi] {
    flex: 1;
}

.sidebar[b-b2v93q5khi] {
    background-color: #003A70;
}

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-b2v93q5khi] {
    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-b2v93q5khi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9gfrdooh25] {
    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);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

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

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

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

.bi[b-9gfrdooh25] {
    margin-right: 0.75rem;
}

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

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

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

.nav-item[b-9gfrdooh25]  .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-9gfrdooh25]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

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

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

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

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

    .nav-scrollable[b-9gfrdooh25] {
        /* 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/About.razor.rz.scp.css */
/* about.razor.css */

h3[b-f6japrkuip] {
    text-align: center;
    color: #2c3e50;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 30px;
}

p[b-f6japrkuip] {
    max-width: 800px;
    margin: 20px auto;
    padding: 15px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

    /* Style the image inside the paragraph */
    p img[b-f6japrkuip] {
        max-width: 250px;
        height: auto;
        border-radius: 8px;
        object-fit: cover;
        flex-shrink: 0;
    }

/* Make the paragraph content more readable on smaller screens */
@media (max-width: 600px) {
    p[b-f6japrkuip] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        p img[b-f6japrkuip] {
            max-width: 100%;
        }
}
/* /Components/Pages/BadgeEditPage.razor.rz.scp.css */
/*font for the page*/
body[b-lejwsz1cil]{
    font-family: serif;
}
/* /Components/Pages/BadgesPage.razor.rz.scp.css */
/*font for the page*/
body[b-0kacpyc2ch]{
    font-family: serif;
}
/* /Components/Pages/BadgeViewPage.razor.rz.scp.css */
/*font for the page*/
body[b-miz8aymfhy]{
    font-family: serif;
}
/* /Components/Pages/DemoPage.razor.rz.scp.css */
/*font for the page*/
body[b-04un0e60am]{
    font-family: serif;
}
/* /Components/Pages/Error.razor.rz.scp.css */
/*font for the page*/
body[b-yn030k1jjf]{
    font-family: serif;
}
/* /Components/Pages/EvaluatorsPage.razor.rz.scp.css */
/*font for the page*/
body[b-wfbtkibtz2]{
    font-family: serif;
}
/* /Components/Pages/GodotGames.razor.rz.scp.css */
/*font for the page*/
body[b-pz9bl0spkf]{
    font-family: serif;
}

.godot-host[b-pz9bl0spkf] {
    width: 100%;
    height: 650px; /* match your Unity embed */
    background: black;
}

.godot-frame[b-pz9bl0spkf] {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/*font for the page*/
body[b-6e8xsf83f3]{
    font-family: serif;
}

/*makes it so the enter page is based on putting things on top of each other*/
.container[b-6e8xsf83f3]{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*this is to make so the stuff on the page is centered, can be resized easily depending on display*/
.container2[b-6e8xsf83f3]{
    display:flex;
    flex-direction: column;
}

/*puts a border around the text next to the image that isn't the caption*/
.about1[b-6e8xsf83f3]{
    border: 2px solid black;
}

/*makes it so the content is side-by-side in larger displays*/
@media (min-width: 600px){
    .container2[b-6e8xsf83f3]{
        display:flex;
        flex-direction: row;
        align-items: center;
    }
    .container2 > *[b-6e8xsf83f3] {
        flex:1;
        height:100%;
    }
}

/*this makes it so the 'welcome to hackerspace' is always on one line and changes size based on display size*/
.title1[b-6e8xsf83f3]{
    white-space: nowrap;
    font-size: 5vw;
}

/*adds a border around the image*/
.img-fluid[b-6e8xsf83f3]{
    border: 2px solid black;
}

/*adds a border around the text and makes it so it has a minimum and can grow*/
.caption1[b-6e8xsf83f3]{
    font-size: clamp(9px, 1vw, 16px);
    border: 2px solid black;
    border-top-style: none;
}
/* /Components/Pages/ISRDemoPage.razor.rz.scp.css */
/*font for the page*/
body[b-bavw1bk8oq]{
    font-family: serif;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
/*font for the page*/
body[b-jgg8lo7gpl]{
    font-family: serif;
}
/* /Components/Pages/RoutingDemoPage.razor.rz.scp.css */
/*font for the page*/
body[b-mocti8jyvy]{
    font-family: serif;
}
/* /Components/Pages/SSRDemoPage.razor.rz.scp.css */
/*font for the page*/
body[b-v3w7p6c5lc]{
    font-family: serif;
}
/* /Components/Pages/SSRResponsePage.razor.rz.scp.css */
/*font for the page*/
body[b-95nhjflrbq]{
    font-family: serif;
}
/* /Components/Pages/SubmissionPage.razor.rz.scp.css */
/*font for the page*/
body[b-jhfdx5b0xd]{
    font-family: serif;
}
/* /Components/Pages/SuggestABadge.razor.rz.scp.css */
/*font for the page*/
body[b-2nk8a2t9io]{
    font-family: serif;
}
/* /Components/Pages/SuncatAdventures.razor.rz.scp.css */
/*font for the page*/
body[b-qpj4u1tmk0]{
    font-family: serif;
}
/* /Components/Pages/Weather.razor.rz.scp.css */
/*font for the page*/
body[b-euim4t8slb]{
    font-family: serif;
}
