/* /Layout/MainLayout.razor.rz.scp.css */
.top-bar[b-xcy4kqhdd5] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.logo[b-xcy4kqhdd5] {
    max-height: 50px;
}
/* /Layout/NavMainLayout.razor.rz.scp.css */
.nav-logo[b-7lmgcroqxu] {
    max-height: 25px;
}

.nav-item[b-7lmgcroqxu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    color: grey;
}

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

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

    .nav-item[b-7lmgcroqxu]  a {
        color: rgba(33,37,41,1);
        border-radius: 0.5rem;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding: 0.5rem;
    }

        .nav-item[b-7lmgcroqxu]  a.active {
            background-color: rgba(33,37,41,1);
            color: var(--our-orange);
        }

        .nav-item[b-7lmgcroqxu]  a:hover {
            background-color: rgba(33,37,41,1);
            color: white;
        }
/* /Pages/Account/AccountManagementPage.razor.rz.scp.css */
[b-mgsl4gtx4v] form {
    max-width: 30rem;
    width: 100%;
}
/* /Pages/Account/AddParticipantPage.razor.rz.scp.css */
[b-ghscl0urru] form {
    max-width: 30rem;
    width: 100%;
}
/* /Pages/Events/UpcomingEventsPage.razor.rz.scp.css */
.card > img[b-6bikxiym0d] {
    object-fit: cover;
    height: 250px;
}
/* /Pages/Home.razor.rz.scp.css */
section[b-hw2i0wpols] {
    flex: 1;
    max-width: 900px;
    margin: 0 auto;
}
