/* _content/DeathPool/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0krda4qqfm] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #121212; /* Deep Charcoal */
}

main[b-0krda4qqfm] {
    flex: 1;
}

.sidebar[b-0krda4qqfm] {
    /* The Gradient: Dark Red to Black */
    background-image: linear-gradient(180deg, #2b0a0d 0%, #000000 70%);
}

.top-row[b-0krda4qqfm] {
    background-color: #1e1e1e; /* Dark Gray Header */
    border-bottom: 1px solid #333;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

    .top-row[b-0krda4qqfm], article[b-0krda4qqfm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/DeathPool/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-axxjxpu7ui] {
    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-axxjxpu7ui] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-axxjxpu7ui] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4); /* DARK HEADER */
}

.navbar-brand[b-axxjxpu7ui] {
    font-size: 1.1rem;
    color: #dc3545; /* Red Text */
    font-weight: bold;
}

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

/* LINK COLORS */
.nav-item[b-axxjxpu7ui] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

        .nav-item[b-axxjxpu7ui]  a.active {
            background-color: rgba(220, 53, 69, 0.2); /* Red tint for active tab */
            color: white;
        }

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

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

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