/* _content/Reuniverse.Razor/ReuNavItem.razor.rz.scp.css */
[b-0d2yboyckl] .nav-link {
    color: white;
    background-color: #3333;
    border-bottom: 2px solid #FFF3;
    border-radius: 4px;
    height: 2.5rem;
    min-width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.05s ease, min-width 0.2s ease;
    backdrop-filter: blur(5px);
}

    [b-0d2yboyckl] .nav-link:hover {
        color: white;
        background-color: #3338;
    }

    [b-0d2yboyckl] .nav-link.wide {
        min-width: 8rem;
    }

    [b-0d2yboyckl] .nav-link img.icon {
        display: none;
    }

[b-0d2yboyckl] a.active, [b-0d2yboyckl] button.active {
    background-color: #555A !important;
}
/* _content/Reuniverse.Razor/ReuNavMenu.razor.rz.scp.css */
.navbar[b-0klmtkv2lu] {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #111;
    border-bottom: 2px solid #333;
}

    .navbar-container[b-0klmtkv2lu] {
        display: flex;
        padding: 1rem;
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        transition: width 0.2s ease, padding 0.2s ease;
    }

.navbar-left[b-0klmtkv2lu] {
    display: flex;
    align-items: center;
}

.brand[b-0klmtkv2lu] {
    color: white !important;
    text-decoration: none;
    font-size: 1.5rem;
    margin-left: 0.5rem;
    margin-right: 2rem;
}

    .brand.nonav[b-0klmtkv2lu] {
        text-shadow: 2px 2px 4px #2228;
        opacity: 0.5;
    }

nav[b-0klmtkv2lu] {
    display: flex;
    margin-left: auto;
    gap: 5px;
}

#burger[b-0klmtkv2lu] {
    display: none;
    cursor: pointer;
}

    #burger:checked ~ nav[b-0klmtkv2lu] {
        display: flex;
    }

    #burger:checked ~ label[b-0klmtkv2lu] {
        background-color: #555A !important;
    }

.burger[b-0klmtkv2lu] {
    margin-left: auto;
    display: none;
    cursor: pointer;
    color: white;
    background-color: #3333;
    border-bottom: 2px solid #FFF3;
    border-radius: 4px;
    height: 2.5rem;
    min-width: 3rem;
    align-items: center;
    justify-content: center;
    transition: background-color 0.05s ease;
    backdrop-filter: blur(5px);
}

    .burger:hover[b-0klmtkv2lu] {
        background-color: #3338;
    }

@media (max-width: 750px) {
    nav[b-0klmtkv2lu] {
        display: none;
        flex-direction: column;
        position: absolute;
        right: 1.5rem;
        top: 85%;
    }

    .burger[b-0klmtkv2lu] {
        display: flex;
    }

        .burger .nav-link.wide[b-0klmtkv2lu] {
            min-width: 5rem;
        }

        .burger .nav-link img.icon[b-0klmtkv2lu] {
            display: block;
        }

    #burger:checked ~ nav[b-0klmtkv2lu] {
        background: #111D;
        padding: 5px;
        border-radius: 5px;
        backdrop-filter: blur(5px);
    }

    .navbar-container[b-0klmtkv2lu] {
        width: calc(100% - 3rem);
    }
}


@media (max-width: 1000px) and (min-width: 750px) {
    nav[b-0klmtkv2lu]  .nav-item .nav-link.wide {
        min-width: 5rem;
    }

    nav[b-0klmtkv2lu]  .nav-item .nav-link span {
        display: none;
    }

    nav[b-0klmtkv2lu]  .nav-item .nav-link img.icon {
        display: block;
    }
}

@media (max-height: 600px) {
    .navbar-container[b-0klmtkv2lu] {
        padding: 0.7rem;
    }
}
