@import '_content/BlazorColorPicker/BlazorColorPicker.d6615pwxbx.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/LARPArchitectBlazorServer/Shared/MainLayout.razor.rz.scp.css */
.page[b-znclfyj2x7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-znclfyj2x7] {
    flex: 1;
}

.sidebar[b-znclfyj2x7] {
    height: 100%;
    background: rgb(33,37,41);
    background: linear-gradient(338deg, rgba(33,37,41,1) 0%, rgba(33,37,41,1) 15%, rgba(33,8,51,1) 100%);
}

.top-row[b-znclfyj2x7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-znclfyj2x7]  a, .top-row .btn-link[b-znclfyj2x7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-znclfyj2x7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-znclfyj2x7] {
        display: none;
    }

    .top-row.auth[b-znclfyj2x7] {
        justify-content: space-between;
    }

    .top-row a[b-znclfyj2x7], .top-row .btn-link[b-znclfyj2x7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-znclfyj2x7] {
        flex-direction: row;
    }

    .sidebar[b-znclfyj2x7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-znclfyj2x7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-znclfyj2x7], article[b-znclfyj2x7] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}
/* _content/LARPArchitectBlazorServer/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yxvw30gus2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-yxvw30gus2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yxvw30gus2] {
    font-size: 1.1rem;
}

.oi[b-yxvw30gus2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-yxvw30gus2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-yxvw30gus2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yxvw30gus2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yxvw30gus2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-yxvw30gus2]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-yxvw30gus2]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yxvw30gus2] {
        display: none;
    }

    .collapse[b-yxvw30gus2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/LARPArchitectBlazorServer/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-wfuv1v73k8] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

a[b-wfuv1v73k8] {
    -webkit-text-decoration: none;
    text-decoration: none;
}

span[b-wfuv1v73k8] {
    visibility: hidden;
    position: absolute;
    max-width: 390px;
    width: 390px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: justify;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
}

    span[b-wfuv1v73k8]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-wfuv1v73k8] {
    visibility: visible;
}
