/* /Components/Layout/LoginLayout.razor.rz.scp.css */
@keyframes floatAnimation-b-52xaby5ebv {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, 20px); }
}

@keyframes floatAnimationReverse-b-52xaby5ebv {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-20px, -20px); }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.modern-layout[b-cbb390alma] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #f5f7fa;
}

.main-content[b-cbb390alma] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.content-wrapper[b-cbb390alma] {
    flex: 1;
    padding: 2rem;
    max-width: 100%;
}

@media (max-width: 768px) {
    .content-wrapper[b-cbb390alma] {
        padding: 1rem;
    }
}

#blazor-error-ui[b-cbb390alma] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-cbb390alma] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Modern Navbar */
.modern-navbar[b-ubch8dmuks] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-container[b-ubch8dmuks] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    max-width: 100%;
}

/* Brand Section */
.navbar-brand-section[b-ubch8dmuks] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.navbar-brand[b-ubch8dmuks] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.navbar-brand:hover[b-ubch8dmuks] {
    transform: translateX(5px);
    color: #fff;
    text-decoration: none;
}

.navbar-brand i[b-ubch8dmuks] {
    font-size: 1.75rem;
}

.brand-text[b-ubch8dmuks] {
    letter-spacing: 0.5px;
}

/* Toggle Button */
.navbar-toggler[b-ubch8dmuks] {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 5px;
}

.toggler-icon[b-ubch8dmuks] {
    width: 25px;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .navbar-toggler[b-ubch8dmuks] {
        display: flex;
    }

    .navbar-toggler.active .toggler-icon:nth-child(1)[b-ubch8dmuks] {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .navbar-toggler.active .toggler-icon:nth-child(2)[b-ubch8dmuks] {
        opacity: 0;
    }

    .navbar-toggler.active .toggler-icon:nth-child(3)[b-ubch8dmuks] {
        transform: rotate(-45deg) translate(8px, -8px);
    }
}

/* Navigation Menu */
.navbar-menu[b-ubch8dmuks] {
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 3rem;
    gap: 0.5rem;
}

.nav-links[b-ubch8dmuks] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.nav-item[b-ubch8dmuks] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-item:hover[b-ubch8dmuks] {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    transform: translateY(-2px);
}

.nav-item.active[b-ubch8dmuks] {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-item i[b-ubch8dmuks] {
    font-size: 1.1rem;
}

/* User Section */
.navbar-user-section[b-ubch8dmuks] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.user-menu[b-ubch8dmuks] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.user-info[b-ubch8dmuks] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-ubch8dmuks] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.user-details[b-ubch8dmuks] {
    display: flex;
    flex-direction: column;
    color: white;
}

.user-name[b-ubch8dmuks] {
    font-weight: 600;
    font-size: 0.95rem;
}

.user-status[b-ubch8dmuks] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.8;
}

.btn-logout[b-ubch8dmuks] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.btn-logout:hover[b-ubch8dmuks] {
    background: rgba(255, 59, 48, 0.8);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 59, 48, 0.3);
}

.logout-text[b-ubch8dmuks] {
    display: none;
}

@media (min-width: 992px) {
    .logout-text[b-ubch8dmuks] {
        display: inline;
    }
}

.btn-login[b-ubch8dmuks] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.btn-login:hover[b-ubch8dmuks] {
    background: white;
    color: #667eea;
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar-container[b-ubch8dmuks] {
        padding: 0.75rem 1rem;
    }

    .navbar-menu[b-ubch8dmuks] {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: rgba(102, 126, 234, 0.95);
        flex-direction: column;
        gap: 0;
        margin-left: 0;
        border-radius: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        backdrop-filter: blur(10px);
    }

    .navbar-menu.active[b-ubch8dmuks] {
        max-height: 500px;
    }

    .nav-links[b-ubch8dmuks] {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .nav-item[b-ubch8dmuks] {
        width: 100%;
        padding: 1rem 1.5rem;
        border-radius: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-item:hover[b-ubch8dmuks] {
        background: rgba(255, 255, 255, 0.2);
        transform: none;
    }

    .navbar-user-section[b-ubch8dmuks] {
        gap: 1rem;
    }

    .user-menu[b-ubch8dmuks] {
        flex-direction: column;
        gap: 0.75rem;
        padding: 0.75rem;
        width: 100%;
    }

    .user-info[b-ubch8dmuks] {
        flex-direction: column;
        width: 100%;
    }

    .user-details[b-ubch8dmuks] {
        align-items: center;
    }

    .btn-logout[b-ubch8dmuks],
    .btn-login[b-ubch8dmuks] {
        width: 100%;
        justify-content: center;
    }

    .logout-text[b-ubch8dmuks] {
        display: inline;
    }
}

/* Icon Styling */
.nav-item i[b-ubch8dmuks],
.user-avatar i[b-ubch8dmuks] {
    transition: transform 0.3s ease;
}

.nav-item:hover i[b-ubch8dmuks] {
    transform: scale(1.15);
}

/* Animations */
@keyframes slideIn-b-ubch8dmuks {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-menu.active[b-ubch8dmuks] {
    animation: slideIn-b-ubch8dmuks 0.3s ease;
}
    padding-bottom: 0.5rem;[b-ubch8dmuks]
}

    .nav-item:first-of-type[b-ubch8dmuks] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ubch8dmuks] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ubch8dmuks]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ubch8dmuks]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ubch8dmuks]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ubch8dmuks] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ubch8dmuks] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ubch8dmuks] {
        display: none;
    }

    .nav-scrollable[b-ubch8dmuks] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cb4uxj8eey],
.components-reconnect-repeated-attempt-visible[b-cb4uxj8eey],
.components-reconnect-failed-visible[b-cb4uxj8eey],
.components-pause-visible[b-cb4uxj8eey],
.components-resume-failed-visible[b-cb4uxj8eey],
.components-rejoining-animation[b-cb4uxj8eey] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cb4uxj8eey],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cb4uxj8eey],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cb4uxj8eey],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cb4uxj8eey],
#components-reconnect-modal.components-reconnect-retrying[b-cb4uxj8eey],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cb4uxj8eey],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cb4uxj8eey],
#components-reconnect-modal.components-reconnect-failed[b-cb4uxj8eey],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cb4uxj8eey] {
    display: block;
}


#components-reconnect-modal[b-cb4uxj8eey] {
    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-cb4uxj8eey 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cb4uxj8eey 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cb4uxj8eey 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cb4uxj8eey]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cb4uxj8eey 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cb4uxj8eey {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cb4uxj8eey {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cb4uxj8eey {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cb4uxj8eey] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cb4uxj8eey] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cb4uxj8eey] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cb4uxj8eey] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cb4uxj8eey] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cb4uxj8eey] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cb4uxj8eey] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cb4uxj8eey 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cb4uxj8eey] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cb4uxj8eey {
    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;
    }
}
