/* _content/Abun-Front/Components/Layout/CultureSelector.razor.rz.scp.css */
.langButton[b-bj4ztqeye1] {
    position: relative;
    display: inline-block;
    border: none;
    text-decoration: none;
    width: 1rem;
}

.langButton select[b-bj4ztqeye1] {
    position: relative;
    background-color: transparent;
    border: none;
    text-decoration: none;
    width: 2.5rem;
    cursor: pointer;
}
/* _content/Abun-Front/Components/Layout/MainLayout.razor.rz.scp.css */
@font-face {
    font-family: 'monospace';
}

.page[b-m7gtusni3b] {
    display: flex;
    flex-wrap: wrap;
    border: 4px solid white;
}

.sidebar[b-m7gtusni3b], .nav[b-m7gtusni3b] {
    flex: 0 0 25%;
    width: 25%;
    background: transparent;
    border-right: 4px solid white;
}

main[b-m7gtusni3b] {
    flex: 0 0 50%;
    width: 50%;
    border-right: 4px solid white;
}

article[b-m7gtusni3b] {
    margin-top: 2rem;
    background-color: white;
    position: relative;
}
/**/
article[b-m7gtusni3b]::before {
    content: "";
    position: absolute;
    top: 0;
    width: 49.5vw;
    height: 4px;
    background: white;
    left: 51%;
}

article[b-m7gtusni3b]::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 49.5vw;
        height: 4px;
        background: white;
        left: 51%;
    }

.header[b-m7gtusni3b] {
    text-align: center;
}

.abunSign[b-m7gtusni3b] {
    display: block;
    max-width: 100%;
    padding-top: 2rem;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 641px) {
    .page[b-m7gtusni3b] {
        align-items: flex-start;
    }

    .sidebar[b-m7gtusni3b] {
        width: 25%;
        height: 100vh;
        position: sticky;
    }

    .main[b-m7gtusni3b] {
        width: 50%;
        top: 0;
    }

    .top-row[b-m7gtusni3b], article[b-m7gtusni3b] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    nav[b-m7gtusni3b] {
        display: flex;
        position: fixed;
        top: 1rem;
        width: auto;
        right: 0;
    }
}

@media (max-width: 640.98px) {
    .top-row[b-m7gtusni3b] {
        justify-content: space-between;
    }
    .page[b-m7gtusni3b] {
        align-items: flex-start;
    }

    nav[b-m7gtusni3b] {
        position: absolute;
        flex: 0 0 10%;
        top: 1rem;
        right: 0;
    }

    nav[b-m7gtusni3b]  .nav-link {
        padding: 0.6rem 0rem 0.7rem 0.5rem;
    }

    main[b-m7gtusni3b] {
        flex: 0 0 70%;
        width: 50%;
        border-right: 4px solid white;
    }

    .sidebar[b-m7gtusni3b], .nav[b-m7gtusni3b] {
        flex: 0 0 15%;
        width: 25%;
        height: 99.4vh;
        background: transparent;
        border-right: 4px solid white;
    } 
}

.home-content[b-m7gtusni3b] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2rem !important;
    padding-bottom: 1.5rem !important;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.langMenu[b-m7gtusni3b] {
    width: 5rem;
    padding: 0.5rem;
    text-decoration: none;
    margin-right: 1rem;
}

.select-icon[b-m7gtusni3b]{
    pointer-events: none;
}

#blazor-error-ui[b-m7gtusni3b] {
    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-m7gtusni3b] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Abun-Front/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3rn3neda2i] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 1rem;
    left: 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(46, 42, 80, 0.7);
}

    .navbar-toggler:checked[b-3rn3neda2i] {
        background-color: rgba(46, 42, 80, 1);
    }

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

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

.bi[b-3rn3neda2i] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-3rn3neda2i] {
    font-size: 1rem;
}

    .nav-item:first-of-type[b-3rn3neda2i] {
        padding-top: 0.5rem;
    }

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

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

.nav-item[b-3rn3neda2i]  a.active {
    color: #2E2A50;
    margin-left: 2rem;
}

.nav-item[b-3rn3neda2i]  .nav-link:hover {
    color: #FF52E2;
}

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

.navbar-toggler:checked ~ .nav-scrollable[b-3rn3neda2i] {
    display: block;
    margin-top: 40px;
}

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
    }
}
/* _content/Abun-Front/Components/Pages/Event.razor.rz.scp.css */
@font-face {
    font-family: 'monospace';
}

.@home-content[b-iafhplf7z7] {
    background-color: red;
}
/* _content/Abun-Front/Components/Pages/Home.razor.rz.scp.css */

/* _content/Abun-Front/Components/Pages/Rules.razor.rz.scp.css */

.marge[b-l19pm0j205] {
    margin-left: 5em;
}

li[b-l19pm0j205] {
    padding-top: 0.5rem !important;
    padding-bottom: 1rem;
}
