/* /Components/CookieConsentBanner.razor.rz.scp.css */
.cookie-consent-overlay[b-a188od9cke] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.cookie-consent-banner[b-a188od9cke] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    animation: slideUp-b-a188od9cke 0.3s ease-out;
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes slideUp-b-a188od9cke {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.cookie-consent-content[b-a188od9cke] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

    .cookie-consent-content h3[b-a188od9cke] {
        margin: 0 0 1rem 0;
        font-size: 1.5rem;
        color: #333;
    }

.cookie-intro[b-a188od9cke] {
    margin: 0 0 1.5rem 0;
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

.cookie-details[b-a188od9cke] {
    margin: 1.5rem 0;
}

.cookie-toggle[b-a188od9cke] {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 0.75rem 1rem;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-radius: 5px;
    font-size: 0.95rem;
    color: #333;
    transition: all 0.2s;
}

    .cookie-toggle:hover[b-a188od9cke] {
        background: #e8e8e8;
    }

#toggleIcon[b-a188od9cke] {
    display: inline-block;
    transition: transform 0.2s;
    margin-right: 0.5rem;
}

    #toggleIcon.open[b-a188od9cke] {
        transform: rotate(90deg);
    }

#cookieDetailsList[b-a188od9cke] {
    margin-top: 1rem;
    padding: 1rem;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.cookie-category h4[b-a188od9cke] {
    color: #333;
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
}

.category-description[b-a188od9cke] {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.cookie-item[b-a188od9cke] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.cookie-name[b-a188od9cke] {
    font-family: 'Courier New', monospace;
    background: #f0f0f0;
    padding: 0.3rem 0.6rem;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: #d63384;
    font-weight: 600;
}

.cookie-info[b-a188od9cke] {
    font-size: 0.9rem;
}

.cookie-row[b-a188od9cke] {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    color: #555;
}

    .cookie-row strong[b-a188od9cke] {
        color: #333;
        display: inline-block;
        min-width: 80px;
    }

.cookie-legal-info[b-a188od9cke] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

    .cookie-legal-info h4[b-a188od9cke] {
        color: #333;
        margin: 0 0 0.75rem 0;
        font-size: 1rem;
    }

    .cookie-legal-info p[b-a188od9cke] {
        font-size: 0.85rem;
        color: #666;
        line-height: 1.6;
        margin-bottom: 0.75rem;
    }

.cookie-consent-buttons[b-a188od9cke] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

    .cookie-consent-buttons button[b-a188od9cke] {
        padding: 0.75rem 2rem;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1rem;
        font-weight: 500;
        transition: all 0.2s;
    }

.btn-accept[b-a188od9cke] {
    background-color: #4CAF50;
    color: white;
}

    .btn-accept:hover[b-a188od9cke] {
        background-color: #45a049;
        transform: translateY(-2px);
    }

.cookie-footer[b-a188od9cke] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
    font-size: 0.85rem;
    color: #666;
}

    .cookie-footer a[b-a188od9cke] {
        color: #4CAF50;
        text-decoration: none;
    }

        .cookie-footer a:hover[b-a188od9cke] {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .cookie-consent-content[b-a188od9cke] {
        padding: 1.5rem;
    }

    .cookie-consent-banner[b-a188od9cke] {
        max-height: 85vh;
    }

    .cookie-consent-buttons button[b-a188od9cke] {
        width: 100%;
    }

    .cookie-row strong[b-a188od9cke] {
        display: block;
        margin-bottom: 0.25rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-hjgdjixtzb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-hjgdjixtzb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0bma0viucs],
.components-reconnect-repeated-attempt-visible[b-0bma0viucs],
.components-reconnect-failed-visible[b-0bma0viucs],
.components-pause-visible[b-0bma0viucs],
.components-resume-failed-visible[b-0bma0viucs],
.components-rejoining-animation[b-0bma0viucs] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0bma0viucs],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0bma0viucs],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0bma0viucs],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0bma0viucs],
#components-reconnect-modal.components-reconnect-retrying[b-0bma0viucs],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0bma0viucs],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0bma0viucs],
#components-reconnect-modal.components-reconnect-failed[b-0bma0viucs],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0bma0viucs] {
    display: block;
}


#components-reconnect-modal[b-0bma0viucs] {
    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-0bma0viucs 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0bma0viucs 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0bma0viucs 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0bma0viucs]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0bma0viucs 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0bma0viucs {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0bma0viucs {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0bma0viucs {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0bma0viucs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0bma0viucs] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0bma0viucs] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0bma0viucs] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0bma0viucs] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0bma0viucs] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0bma0viucs] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0bma0viucs 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0bma0viucs] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0bma0viucs {
    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;
    }
}
