/* /Pages/Settings.razor.rz.scp.css */
.settings-container[b-17vskm2m7u] {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;

    display: grid;
    grid-template-rows: auto;
}
/* /Shared/GameMap.razor.rz.scp.css */
body[b-79f5cv4xni] {
    overflow: hidden;
}

.radar-container[b-79f5cv4xni] {
    overflow: hidden;
    width: 100%;
    text-align: center;
    table-layout: auto;
}

.radar[b-79f5cv4xni] {
/*    max-width: 100vmin;
    max-height: 98vmin;*/
    /*overflow: hide;*/
}

.ext[b-79f5cv4xni] {
    display: table;
    width: 100%;
}

.flex[b-79f5cv4xni] {
    display: flex;
    flex-flow: row-reverse nowrap;
    width: 100%;
    align-items: stretch;
}

.flexItem[b-79f5cv4xni] {
    display: table-cell;
}

.listgrid[b-79f5cv4xni] {
    width: calc(100vw - (100vmin - 3.5rem));
}

@media screen and (max-width: 100vh) {
    .flex[b-79f5cv4xni] {
        flex-flow: column nowrap;
    }

    .radar[b-79f5cv4xni] {
        max-height: 100vmin;
        table-layout: fixed;
    }

    .listgrid[b-79f5cv4xni] {
        width: 100%;
    }
}

.square[b-79f5cv4xni] {
    /*    width: calc(100vmin - 3.5rem);
    height: calc(100vmin - 3.5rem);*/
    width: calc(99vh - 3.5rem);
    height: calc(99vh - 3.5rem);
    max-width: 99vmin;
    max-height: 99vmin;
}


canvas[b-79f5cv4xni] {
    display: inline;
    width: 100% !important;
    height: 100% !important;
}

#leftlist[b-79f5cv4xni] {
    float: left;
    width: 33%;
    background-color: green;
}

#rightlist[b-79f5cv4xni] {
    float: right;
    width: 66%;
    background-color: blue;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-zzxxmtjo0a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-zzxxmtjo0a] {
    flex: 1;
}

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


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

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

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

/*@media (max-width: 840.98px) {*/
/*    .top-row:not(.auth) {
        display: none;
    }*/

    .top-row.auth[b-zzxxmtjo0a] {
        justify-content: space-between;
    }

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

/*@media (min-width: 841px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k2qk2qjvmn] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-k2qk2qjvmn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

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

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

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

/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
