/* /Components/AdPlaceholder.razor.rz.scp.css */
.ad-placeholder[b-vf998yms10] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: 0 auto;
    box-sizing: border-box;
    border: 2px dashed #9aa0a6;
    background:
        repeating-linear-gradient(
            -45deg,
            #f3f4f6,
            #f3f4f6 10px,
            #e8eaed 10px,
            #e8eaed 20px
        );
    color: #5f6368;
    text-align: center;
    user-select: none;
}

.ad-placeholder-label[b-vf998yms10] {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #3c4043;
}

.ad-placeholder-meta[b-vf998yms10] {
    font-size: 0.75rem;
    color: #80868b;
}

.ad-placeholder-leaderboard[b-vf998yms10] {
    width: min(100%, 728px);
    height: 90px;
}

.ad-placeholder-largeleaderboard[b-vf998yms10] {
    width: min(100%, 970px);
    height: 90px;
}

.ad-placeholder-mediumrectangle[b-vf998yms10] {
    width: min(100%, 300px);
    height: 250px;
}

.ad-placeholder-mobilebanner[b-vf998yms10] {
    width: min(100%, 320px);
    height: 50px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-2f1n4dxaws] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2f1n4dxaws] {
    flex: 1;
}

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

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

.ad-slot[b-2f1n4dxaws] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.ad-slot-header[b-2f1n4dxaws] {
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
}

.ad-slot-footer[b-2f1n4dxaws] {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e8eaed;
}

.ad-slot-desktop[b-2f1n4dxaws] {
    display: none;
    width: 100%;
    justify-content: center;
}

.ad-slot-mobile[b-2f1n4dxaws] {
    display: flex;
    width: 100%;
    justify-content: center;
}

.content-with-rail[b-2f1n4dxaws] {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
}

.content-with-rail .content[b-2f1n4dxaws] {
    padding-top: 0.6rem;
    min-width: 0;
}

.ad-rail[b-2f1n4dxaws] {
    display: none;
}

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

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

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

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

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

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

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

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

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

    .top-row[b-2f1n4dxaws],
    .ad-slot-header[b-2f1n4dxaws],
    .content-with-rail[b-2f1n4dxaws] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .ad-slot-desktop[b-2f1n4dxaws] {
        display: flex;
    }

    .ad-slot-mobile[b-2f1n4dxaws] {
        display: none;
    }
}

/* Right-rail ads are most effective on wider viewports where content is not cramped. */
@media (min-width: 1100px) {
    .content-with-rail[b-2f1n4dxaws] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 1.5rem;
        align-items: start;
    }

    .ad-rail[b-2f1n4dxaws] {
        display: block;
        width: 300px;
    }

    .ad-rail-sticky[b-2f1n4dxaws] {
        position: sticky;
        top: 4.5rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-neh0bdr7y4] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

.bi-house-door-fill-nav-menu[b-neh0bdr7y4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-neh0bdr7y4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-qr-code-nav-menu[b-neh0bdr7y4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2h4v4H2V2zm1 1v2h2V3H3zm7-1h4v4h-4V2zm1 1v2h2V3h-2zM2 10h4v4H2v-4zm1 1v2h2v-2H3z'/%3E%3Cpath d='M9 9h1v1H9V9zm2 0h1v1h-1V9zm0 2h1v1h-1v-1zm-1 1h1v1H9v-1zm2 0h2v2h-2v-2zm-2 1h1v1H9v-1z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-neh0bdr7y4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-neh0bdr7y4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

    .collapse[b-neh0bdr7y4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-neh0bdr7y4] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
