@import '_content/SWComponents/SWComponents.bundle.scp.css';

/* _content/SWStreaming/Components/CombatantGrids/CharacterGrid.razor.rz.scp.css */
/*::deep .mud-table-cell {
    padding: 3px !important;
}

::deep .mud-table-cell .mud-checkbox {
    margin: 0;
}*/
/* _content/SWStreaming/Pages/Index.razor.rz.scp.css */

.contentArea[b-xikft7kh27] {
    display: flex;
    flex-direction: row;
}

.trackerArea[b-xikft7kh27] {
    width: 375px;
    height: 92vh;
}

.playArea[b-xikft7kh27] {
    width: 100%;
    padding-left: 25px;
    padding-right:25px;
}
/* _content/SWStreaming/Shared/MainLayout.razor.rz.scp.css */
.page[b-bniaj8iys4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

article[b-bniaj8iys4] {
    margin: 0;
    padding: 0;
}

main[b-bniaj8iys4] {
    flex: 1;
}

.sidebar[b-bniaj8iys4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bniaj8iys4] {
    background-color: #172333;
    border-bottom: 2px solid black;
    justify-content: center;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: white;
}

    .top-row[b-bniaj8iys4]  a, .top-row .btn-link[b-bniaj8iys4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bniaj8iys4] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
/*    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }*/
}

@media (min-width: 641px) {
    .page[b-bniaj8iys4] {
        flex-direction: row;
    }

    .sidebar[b-bniaj8iys4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

/*    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }*/

/*    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
/* _content/SWStreaming/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8hsi3yok1p] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8hsi3yok1p] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8hsi3yok1p] {
    font-size: 1.1rem;
}

.oi[b-8hsi3yok1p] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8hsi3yok1p] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8hsi3yok1p] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8hsi3yok1p] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8hsi3yok1p]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8hsi3yok1p]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8hsi3yok1p]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8hsi3yok1p] {
        display: none;
    }

    .collapse[b-8hsi3yok1p] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
