/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-woam2wdsjt] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-woam2wdsjt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0; /* EZ A VARÁZSSZÓ: Megakadályozza, hogy a tartalom kicsússzon a képernyőről! */
}

.sidebar[b-woam2wdsjt] {
    background-image: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    z-index: 100;
}

.top-row[b-woam2wdsjt] {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Szépen jobbra igazít mindent */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 641px) {
    .page[b-woam2wdsjt] {
        flex-direction: row;
    }

    .sidebar[b-woam2wdsjt] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0; /* Ne nyomódjon össze a sidebar */
    }

    .top-row[b-woam2wdsjt] {
        position: sticky;
        top: 0;
        z-index: 10;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zng1i82z7k] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    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-zng1i82z7k] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-zng1i82z7k] {
    height: 4rem;
    background-color: rgba(0,0,0,0.2); /* Sötétebb sáv a logó mögött */
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-brand[b-zng1i82z7k] {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

.bi[b-zng1i82z7k] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-zng1i82z7k] {
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zng1i82z7k] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zng1i82z7k] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zng1i82z7k]  .nav-link {
        color: #94a3b8; /* Halványkék szöveg */
        background: none;
        border: none;
        border-radius: 6px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: all 0.2s ease-in-out;
    }

    .nav-item[b-zng1i82z7k]  a.active {
        background-color: rgba(13, 148, 136, 0.2); /* Teal színű aktív háttér */
        color: #5eead4; /* Élénk teal szöveg, ha aktív */
        font-weight: 600;
        border-left: 4px solid #0d9488;
        border-radius: 0 6px 6px 0;
    }

    .nav-item[b-zng1i82z7k]  .nav-link:hover {
        background-color: rgba(255,255,255,0.05);
        color: #f8fafc;
    }

.nav-scrollable[b-zng1i82z7k] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zng1i82z7k] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zng1i82z7k] {
        display: none;
    }

    .nav-scrollable[b-zng1i82z7k] {
        display: block;
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-p89wyhh36f],
.components-reconnect-repeated-attempt-visible[b-p89wyhh36f],
.components-reconnect-failed-visible[b-p89wyhh36f],
.components-pause-visible[b-p89wyhh36f],
.components-resume-failed-visible[b-p89wyhh36f],
.components-rejoining-animation[b-p89wyhh36f] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-p89wyhh36f],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-p89wyhh36f],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-p89wyhh36f],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-p89wyhh36f],
#components-reconnect-modal.components-reconnect-retrying[b-p89wyhh36f],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-p89wyhh36f],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-p89wyhh36f],
#components-reconnect-modal.components-reconnect-failed[b-p89wyhh36f],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-p89wyhh36f] {
    display: block;
}


#components-reconnect-modal[b-p89wyhh36f] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-p89wyhh36f 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-p89wyhh36f 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-p89wyhh36f 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-p89wyhh36f]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-p89wyhh36f 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-p89wyhh36f {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-p89wyhh36f {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-p89wyhh36f {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-p89wyhh36f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-p89wyhh36f] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-p89wyhh36f] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-p89wyhh36f] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-p89wyhh36f] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-p89wyhh36f] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-p89wyhh36f] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-p89wyhh36f 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-p89wyhh36f] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-p89wyhh36f {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
