/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-qq3acf9527] {
    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-qq3acf9527] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0up6hlf54m],
.components-reconnect-repeated-attempt-visible[b-0up6hlf54m],
.components-reconnect-failed-visible[b-0up6hlf54m],
.components-pause-visible[b-0up6hlf54m],
.components-resume-failed-visible[b-0up6hlf54m],
.components-rejoining-animation[b-0up6hlf54m] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0up6hlf54m],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0up6hlf54m],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0up6hlf54m],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0up6hlf54m],
#components-reconnect-modal.components-reconnect-retrying[b-0up6hlf54m],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0up6hlf54m],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0up6hlf54m],
#components-reconnect-modal.components-reconnect-failed[b-0up6hlf54m],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0up6hlf54m] {
    display: block;
}


#components-reconnect-modal[b-0up6hlf54m] {
    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-0up6hlf54m 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0up6hlf54m 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0up6hlf54m 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0up6hlf54m]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0up6hlf54m 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0up6hlf54m {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0up6hlf54m {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0up6hlf54m {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0up6hlf54m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0up6hlf54m] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0up6hlf54m] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0up6hlf54m] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0up6hlf54m] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0up6hlf54m] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0up6hlf54m] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0up6hlf54m 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0up6hlf54m] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0up6hlf54m {
    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/ToastContainer.razor.rz.scp.css */
.toast-container-fixed[b-2ew069248r] {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 1090;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 360px;
    width: calc(100% - 2.5rem);
    pointer-events: none;
}

.toast-item[b-2ew069248r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.875rem 1rem;
    border-radius: 0.625rem;
    border-left: 4px solid transparent;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.06);
    pointer-events: auto;
    animation: toast-slide-in-b-2ew069248r 0.35s cubic-bezier(0.21, 1.02, 0.73, 1);
    color: #1c1c1e;
    font-size: 0.875rem;
    line-height: 1.4;
}

.toast-body[b-2ew069248r] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    gap: 0.5rem;
    word-break: break-word;
}

.toast-dismiss[b-2ew069248r] {
    background: none;
    border: none;
    color: inherit;
    opacity: 0.5;
    cursor: pointer;
    padding: 0;
    font-size: 0.75rem;
    flex-shrink: 0;
    line-height: 1;
    transition: opacity 0.15s ease;
}

    .toast-dismiss:hover[b-2ew069248r] {
        opacity: 1;
    }

/* Level colors – tinted background + border accent + icon */
.toast-success[b-2ew069248r] {
    background: rgba(209, 231, 221, 0.95);
    border-left-color: #198754;
    box-shadow: 0 4px 20px rgba(25, 135, 84, 0.15), 0 1px 4px rgba(0, 0, 0, 0.06);
    color: #0a3622;
}

    .toast-success .toast-icon[b-2ew069248r] {
        color: #198754;
    }

.toast-error[b-2ew069248r] {
    background: rgba(248, 215, 218, 0.95);
    border-left-color: #dc3545;
    box-shadow: 0 4px 20px rgba(220, 53, 69, 0.15), 0 1px 4px rgba(0, 0, 0, 0.06);
    color: #58151c;
}

    .toast-error .toast-icon[b-2ew069248r] {
        color: #dc3545;
    }

.toast-warning[b-2ew069248r] {
    background: rgba(255, 243, 205, 0.95);
    border-left-color: #f59e0b;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.15), 0 1px 4px rgba(0, 0, 0, 0.06);
    color: #664d03;
}

    .toast-warning .toast-icon[b-2ew069248r] {
        color: #d97706;
    }

.toast-info[b-2ew069248r] {
    background: rgba(207, 244, 252, 0.95);
    border-left-color: #0ea5e9;
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.15), 0 1px 4px rgba(0, 0, 0, 0.06);
    color: #055160;
}

    .toast-info .toast-icon[b-2ew069248r] {
        color: #0ea5e9;
    }

@keyframes toast-slide-in-b-2ew069248r {
    from {
        opacity: 0;
        transform: translateX(calc(100% + 1.25rem));
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
