/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-y7f8hf6bqb] {
    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-y7f8hf6bqb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qsg5h23bea],
.components-reconnect-repeated-attempt-visible[b-qsg5h23bea],
.components-reconnect-failed-visible[b-qsg5h23bea],
.components-pause-visible[b-qsg5h23bea],
.components-resume-failed-visible[b-qsg5h23bea],
.components-rejoining-animation[b-qsg5h23bea] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qsg5h23bea],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qsg5h23bea],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qsg5h23bea],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qsg5h23bea],
#components-reconnect-modal.components-reconnect-retrying[b-qsg5h23bea],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qsg5h23bea],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qsg5h23bea],
#components-reconnect-modal.components-reconnect-failed[b-qsg5h23bea],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qsg5h23bea] {
    display: block;
}


#components-reconnect-modal[b-qsg5h23bea] {
    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-qsg5h23bea 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qsg5h23bea 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qsg5h23bea 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qsg5h23bea]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qsg5h23bea 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qsg5h23bea {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qsg5h23bea {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qsg5h23bea {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qsg5h23bea] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qsg5h23bea] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qsg5h23bea] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qsg5h23bea] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qsg5h23bea] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qsg5h23bea] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qsg5h23bea] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qsg5h23bea 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qsg5h23bea] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qsg5h23bea {
    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;
    }
}
/* /Components/Shared/AttendeeSearchSelector.razor.rz.scp.css */
.attendee-search-selector[b-o7vr7l78n5] {
    position: relative;
}

.attendee-chips[b-o7vr7l78n5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 0.5rem;
}

.attendee-chip[b-o7vr7l78n5] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: var(--color-primary, #6366f1);
    color: #fff;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
}

.attendee-chip-remove[b-o7vr7l78n5] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    padding: 0 0.15rem;
    margin-left: 0.1rem;
}

.attendee-chip-remove:hover[b-o7vr7l78n5] {
    color: #fff;
}

.attendee-search-dropdown[b-o7vr7l78n5] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: 240px;
    overflow-y: auto;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-top: none;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.attendee-search-item[b-o7vr7l78n5] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: background 0.1s;
}

.attendee-search-item:hover[b-o7vr7l78n5] {
    background: var(--color-primary);
    color: #fff;
}

.attendee-search-item:hover .attendee-search-email[b-o7vr7l78n5] {
    color: rgba(255, 255, 255, 0.8);
}

.attendee-search-name[b-o7vr7l78n5] {
    font-size: 0.875rem;
    font-weight: 500;
}

.attendee-search-email[b-o7vr7l78n5] {
    font-size: 0.75rem;
    color: var(--color-text-muted, #6b7280);
}

.attendee-search-empty[b-o7vr7l78n5] {
    padding: 0.75rem;
    font-size: 0.8rem;
    color: var(--color-text-muted, #6b7280);
    text-align: center;
}
/* /Components/Shared/LanguageSwitcher.razor.rz.scp.css */
.language-switcher[b-p44ca7zrx0] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
}

.lang-link[b-p44ca7zrx0] {
    padding: 0.15rem 0.5rem;
    border: none;
    border-radius: 4px;
    background: none;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    color: rgba(255, 255, 255, 0.65);
    transition: background 0.15s, color 0.15s;
}

.lang-link:hover[b-p44ca7zrx0] {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.lang-link.active[b-p44ca7zrx0] {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-weight: 600;
}
/* /Components/Shared/UserSearchSelector.razor.rz.scp.css */
.user-search-selector[b-jtv1rwqzkr] {
    position: relative;
}

.user-search-dropdown[b-jtv1rwqzkr] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: 240px;
    overflow-y: auto;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-top: none;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.user-search-item[b-jtv1rwqzkr] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: background 0.1s;
}

.user-search-item:hover[b-jtv1rwqzkr] {
    background: var(--color-primary);
    color: #fff;
}

.user-search-item:hover .user-search-email[b-jtv1rwqzkr] {
    color: rgba(255, 255, 255, 0.8);
}

.user-search-name[b-jtv1rwqzkr] {
    font-size: 0.875rem;
    font-weight: 500;
}

.user-search-email[b-jtv1rwqzkr] {
    font-size: 0.75rem;
    color: var(--color-text-muted, #6b7280);
}

.user-search-empty[b-jtv1rwqzkr] {
    padding: 0.75rem;
    font-size: 0.8rem;
    color: var(--color-text-muted, #6b7280);
    text-align: center;
}
