/* _content/WoSBattleSimulator.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-sk0tb3caw1] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-sk0tb3caw1] {
    flex: 1;
    margin-left: 4.2rem;
}

.sidebar[b-sk0tb3caw1] {
    background-color: rgb(11, 11, 11);
    color: rgb(255, 255, 255);
    width: 4.2rem;
    height: 100vh !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.top-row[b-sk0tb3caw1] {
    background-color: rgb(11, 11, 11);
    color: rgb(255, 255, 255);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sk0tb3caw1]  a, .top-row[b-sk0tb3caw1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sk0tb3caw1]  a:hover, .top-row[b-sk0tb3caw1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sk0tb3caw1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sk0tb3caw1],
    .sidebar[b-sk0tb3caw1],
    .nav-scrollable[b-sk0tb3caw1] {
        border: none !important;
        border-bottom: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .top-row[b-sk0tb3caw1] {
        box-shadow: none !important;
    }
    .top-row[b-sk0tb3caw1] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1100;
        background: rgb(11, 11, 11);
    }
    .sidebar[b-sk0tb3caw1] {
        position: fixed;
        top: 3.5rem; /* height of .top-row */
        left: 0;
        width: 100%;
        height: 4.2rem !important;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .page[b-sk0tb3caw1] {
        flex-direction: column;
    }
    main[b-sk0tb3caw1] {
        margin-left: 0 !important;
        margin-top: 8.4rem;
    }
    .nav[b-sk0tb3caw1] {
        flex-direction: row !important;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .nav-item[b-sk0tb3caw1] {
        flex: 1 1 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .nav-content[b-sk0tb3caw1] {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .nav-scrollable[b-sk0tb3caw1] {
        position: fixed;
        top: 0;
        left: 0;
        height: auto;
        width: 4.2rem; /* or whatever your nav bar's width is */
        overflow-y: auto; /* allow scrolling within the sidebar if it overflows */
        background-color: #1a1a1a; /* match your sidebar background */
        z-index: 1000; /* keep it above other content */
        background: rgb(11, 11, 11);
        border-bottom: 1px solid #222;
        z-index: 1000;
        margin-top: 3.3rem;
    }

    .nav-scrollable[b-sk0tb3caw1] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: block;
        background: rgb(11, 11, 11);
        border-bottom: 1px solid #222;
        z-index: 1000;
        padding: 0.25rem 0.5rem;
    }
    .logo-banner[b-sk0tb3caw1] {
        height: 40px;
    }
}

@media (min-width: 641px) {
    .page[b-sk0tb3caw1] {
        flex-direction: row;
    }

    .nav-scrollable[b-sk0tb3caw1] {
        width: 100%;
        height: 100vh;
        position: sticky;
        top: 0;
        display: block;
        background: rgb(11, 11, 11);
        z-index: 1000;
        border-right: 1px solid #222;
    }
    .nav[b-sk0tb3caw1] {
        flex-direction: column;
        align-items: center;
    }
    .top-row[b-sk0tb3caw1] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: rgb(11, 11, 11);
        color: rgb(255, 255, 255);
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
        height: 3.5rem;
        display: flex;
        align-items: center;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    .logo-banner[b-sk0tb3caw1] {
        height: 50px;
    }
}

#blazor-error-ui[b-sk0tb3caw1] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-sk0tb3caw1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WoSBattleSimulator.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7frycog6f4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 3.5rem;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    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-7frycog6f4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-7frycog6f4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
}

.navbar-brand[b-7frycog6f4] {
    font-size: 1.1rem;
    margin-left: 0;
}

.bi[b-7frycog6f4] {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0.25rem;
}

.bi-swords[b-7frycog6f4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 512 512'%3E%3Cpath d='M309.4 389.4l79.1-80.01L93.38 13.39L15.26 .1367c-8.875-1.25-16.37 6.251-15.12 15.13l13.25 78.13L309.4 389.4zM507.2 462.1l-59.25-59.26l31.62-59.01c3.375-6.251 2.25-13.88-2.75-18.88L459.2 307.4c-6.25-6.251-16.37-6.251-22.62 0L307.3 436.8c-6.25 6.251-6.25 16.42 0 22.54l17.58 17.63c4.1 5.001 12.62 6.125 18.87 2.75l58.1-31.63l59.25 59.26c6.25 6.251 16.5 6.251 22.75 0l22.5-22.5C513.5 478.6 513.5 468.3 507.2 462.1zM498.6 93.4l13.25-78.13c1.25-8.876-6.25-16.38-15.12-15.13l-78.12 13.25l-139.1 140l79.1 80.01L498.6 93.4zM153.4 278.7L100 332L75.3 307.3c-6.25-6.251-16.42-6.251-22.54 0l-17.62 17.58c-4.1 5.001-6.125 12.63-2.75 18.88l31.62 59.01L4.768 462.1c-6.25 6.251-6.25 16.5 0 22.75l22.5 22.5c6.25 6.251 16.5 6.251 22.75 0l59.25-59.26l58.1 31.63c6.25 3.375 13.87 2.25 18.87-2.75l17.5-17.63c6.25-6.251 6.25-16.42 0-22.54l-24.63-24.71l53.37-53.38L153.4 278.7z'/%3E%3C/svg%3E");
}

.bi-house-door-fill[b-7frycog6f4] {
    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[b-7frycog6f4] {
    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-list-nested[b-7frycog6f4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-content[b-7frycog6f4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.nav-text[b-7frycog6f4] {
    font-size: 0.7rem;
    margin-top: 0.25rem;
    color: #d7d7d7;
}

.nav-item[b-7frycog6f4] {
    font-size: 0.9rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.nav-item:last-child[b-7frycog6f4] {
    margin-bottom: 0;
}

.nav-item[b-7frycog6f4]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    padding: 0;
    width: 3.5rem;
}

.nav-item[b-7frycog6f4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-7frycog6f4]  a.active .nav-text {
    color: white;
}

.nav-item[b-7frycog6f4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item[b-7frycog6f4]  a:hover .nav-text {
    color: white;
}

.nav-scrollable[b-7frycog6f4] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: transparent;
    position: static;
    border: none;
    margin: 0;
    z-index: auto;
    display: block;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7frycog6f4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7frycog6f4] {
        display: none;
    }

    .nav-scrollable[b-7frycog6f4] {
        position: static;
        width: 100%;
        height: 100%;
        background: transparent;
        border: none;
        margin: 0;
        z-index: auto;
        display: block;
    }
}

@media (max-width: 640.98px) {
    .nav[b-7frycog6f4] {
        flex-direction: row !important;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .nav-item[b-7frycog6f4] {
        flex: 1 1 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .nav-content[b-7frycog6f4] {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .navbar-toggler[b-7frycog6f4] {
        display: none !important;
    }
}
