/* _content/Client/Components/Common/DiscordCard.razor.rz.scp.css */
.discord-card[b-ebarp7xbe2] {
    /*background-color: #E0E3FF;*/
    border-color: #000000;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
}
/* _content/Client/Components/Common/NavMenu.razor.rz.scp.css */

.horizontal-nav[b-6ypqq2y3v5] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
}

.horizontal-nav ul[b-6ypqq2y3v5] {
    height: 100%;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
}

.horizontal-nav li[b-6ypqq2y3v5] {
    flex: 1;
    text-align: center;
    max-width: 200px;
}

.horizontal-nav li a[b-6ypqq2y3v5] {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
}

.horizontal-nav li a:hover[b-6ypqq2y3v5] {
    background-color: #555;
}

.horizontal-nav li a.active[b-6ypqq2y3v5] {
    background-color: #4CAF50;
}
/* _content/Client/Components/Common/PatreonCard.razor.rz.scp.css */
/* _content/Client/Components/Common/PlayNowCard.razor.rz.scp.css */
/* _content/Client/Components/Common/StaffCard.razor.rz.scp.css */
/* _content/Client/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-al3kw1x7sa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-al3kw1x7sa] {
    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-al3kw1x7sa] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
