@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-3i0j0uztoo] {
    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-3i0j0uztoo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-sw6wwe6o1d],
.components-reconnect-repeated-attempt-visible[b-sw6wwe6o1d],
.components-reconnect-failed-visible[b-sw6wwe6o1d],
.components-pause-visible[b-sw6wwe6o1d],
.components-resume-failed-visible[b-sw6wwe6o1d],
.components-rejoining-animation[b-sw6wwe6o1d] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-sw6wwe6o1d],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-sw6wwe6o1d],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-sw6wwe6o1d],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-sw6wwe6o1d],
#components-reconnect-modal.components-reconnect-retrying[b-sw6wwe6o1d],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-sw6wwe6o1d],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-sw6wwe6o1d],
#components-reconnect-modal.components-reconnect-failed[b-sw6wwe6o1d],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-sw6wwe6o1d] {
    display: block;
}


#components-reconnect-modal[b-sw6wwe6o1d] {
    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-sw6wwe6o1d 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-sw6wwe6o1d 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-sw6wwe6o1d 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-sw6wwe6o1d]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-sw6wwe6o1d 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-sw6wwe6o1d {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-sw6wwe6o1d {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-sw6wwe6o1d {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-sw6wwe6o1d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-sw6wwe6o1d] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-sw6wwe6o1d] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-sw6wwe6o1d] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-sw6wwe6o1d] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-sw6wwe6o1d] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-sw6wwe6o1d] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-sw6wwe6o1d 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-sw6wwe6o1d] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-sw6wwe6o1d {
    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/Pages/Dashboard/RedeVFX.razor.rz.scp.css */
.rede-vfx-page[b-su2vraa4u4] {
    padding: 10px;
}

.rede-vfx-hero[b-su2vraa4u4] {
    background: linear-gradient(135deg, #0D1B2A, #1B263B);
    border-radius: 24px;
    padding: 32px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .rede-vfx-hero h1[b-su2vraa4u4] {
        font-size: 2rem;
        font-weight: 700;
        margin: 10px 0;
    }

    .rede-vfx-hero p[b-su2vraa4u4] {
        opacity: .85;
        max-width: 700px;
        margin: 0;
    }

.hero-tag[b-su2vraa4u4] {
    display: inline-block;
    background: rgba(255,255,255,.15);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: .9rem;
}

.btn-ajuda[b-su2vraa4u4] {
    border-radius: 12px;
}

.stats-card[b-su2vraa4u4] {
    background: white;
    border-radius: 18px;
    padding: 22px;
    text-align: center;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0,0,0,.04);
}

.stats-value[b-su2vraa4u4] {
    font-size: 2rem;
    font-weight: 700;
    color: #0D1B2A;
}

.stats-label[b-su2vraa4u4] {
    color: #6c757d;
}

.info-banner[b-su2vraa4u4] {
    display: flex;
    gap: 20px;
    background: #FFF8E1;
    border: 1px solid #FFE082;
    border-radius: 20px;
    padding: 22px;
    margin-bottom: 24px;
}

.info-icon[b-su2vraa4u4] {
    font-size: 2rem;
}

.modern-card[b-su2vraa4u4] {
    background: white;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid #e9ecef;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.section-title[b-su2vraa4u4] {
    color: #0D1B2A;
    font-weight: 700;
    margin-bottom: 24px;
}

.wizard-step[b-su2vraa4u4] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.step-number[b-su2vraa4u4] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #FF9900;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.step-title[b-su2vraa4u4] {
    font-weight: 600;
}

.btn-publicar[b-su2vraa4u4] {
    width: 100%;
    border: none;
    border-radius: 14px;
    padding: 16px 14px; /* ligeiramente mais alto */
    font-weight: 700;
    font-size: 1.1rem;
    background: linear-gradient(135deg, #FF9900, #FF7700);
    color: #0D1B2A;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255,153,0,0.3);
    letter-spacing: 0.5px;
}

    .btn-publicar:hover[b-su2vraa4u4] {
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(255,153,0,0.45);
        background: linear-gradient(135deg, #FFAA00, #FF8800);
    }

    .btn-publicar:active[b-su2vraa4u4] {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(255,153,0,0.2);
    }


.destaque-card[b-su2vraa4u4] {
    border: 1px solid #e9ecef;
    border-radius: 18px;
    padding: 18px;
    transition: .2s;
    background: white;
}

    .destaque-card:hover[b-su2vraa4u4] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,0,0,.06);
    }

.empty-state[b-su2vraa4u4] {
    text-align: center;
    padding: 60px 20px;
}

.empty-icon[b-su2vraa4u4] {
    font-size: 48px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .rede-vfx-hero[b-su2vraa4u4] {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    /* Garantir que quando as colunas empilham, a segunda tem espaço de respiro */
    @media (max-width: 991px) {
        .rede-vfx-hero[b-su2vraa4u4] {
            flex-direction: column;
            gap: 20px;
            text-align: center;
        }

        .col-lg-7[b-su2vraa4u4] {
            margin-top: 20px;
        }
    }

}
