/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ivhsssij44],
.components-reconnect-repeated-attempt-visible[b-ivhsssij44],
.components-reconnect-failed-visible[b-ivhsssij44],
.components-pause-visible[b-ivhsssij44],
.components-resume-failed-visible[b-ivhsssij44],
.components-rejoining-animation[b-ivhsssij44] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ivhsssij44],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ivhsssij44],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ivhsssij44],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ivhsssij44],
#components-reconnect-modal.components-reconnect-retrying[b-ivhsssij44],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ivhsssij44],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ivhsssij44],
#components-reconnect-modal.components-reconnect-failed[b-ivhsssij44],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ivhsssij44] {
    display: block;
}


#components-reconnect-modal[b-ivhsssij44] {
    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-ivhsssij44 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ivhsssij44 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ivhsssij44 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ivhsssij44]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ivhsssij44 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ivhsssij44 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ivhsssij44 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ivhsssij44 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ivhsssij44] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ivhsssij44] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ivhsssij44] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ivhsssij44] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ivhsssij44] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ivhsssij44] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ivhsssij44] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ivhsssij44 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ivhsssij44] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ivhsssij44 {
    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/Emailing/BulkEmail.razor.rz.scp.css */
.bulk-email-page[b-0bc2o0ggob] {
    min-height: 100vh;
    background: linear-gradient(160deg, #f5f7ff 0%, #eef1fb 100%);
    padding: 48px 16px 64px;
}

.be-container[b-0bc2o0ggob] {
    max-width: 760px;
    margin: 0 auto;
}

.be-header[b-0bc2o0ggob] {
    text-align: center;
    margin-bottom: 28px;
}

.be-logo[b-0bc2o0ggob] {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #1A237E;
    margin-bottom: 18px;
}

.be-logo span[b-0bc2o0ggob] {
    color: #00897B;
}

.be-title[b-0bc2o0ggob] {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1f36;
    margin: 0 0 10px;
    letter-spacing: -0.8px;
}

.be-subtitle[b-0bc2o0ggob] {
    font-size: 0.98rem;
    color: #5a6079;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.55;
}

.be-card[b-0bc2o0ggob] {
    background: #fff;
    border: 1px solid #e6e9f4;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 12px 40px rgba(26, 35, 126, 0.08);
}

.be-section-label[b-0bc2o0ggob] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #1A237E;
    margin-bottom: 8px;
}

.be-body-label[b-0bc2o0ggob] {
    justify-content: space-between;
}

.be-recipient-stats[b-0bc2o0ggob] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.be-captcha-row[b-0bc2o0ggob] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.be-captcha-img[b-0bc2o0ggob] {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #dde;
    background: #fafbff;
}

.be-captcha-input[b-0bc2o0ggob] {
    max-width: 160px;
}

.be-captcha-input[b-0bc2o0ggob]  input {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
}

.be-progress[b-0bc2o0ggob] {
    margin-top: 20px;
}

.be-progress-text[b-0bc2o0ggob] {
    text-align: center;
    font-size: 0.9rem;
    color: #444;
    font-weight: 600;
}

.be-progress-fail[b-0bc2o0ggob] {
    color: #d97706;
    margin-left: 4px;
}

.be-error-list[b-0bc2o0ggob] {
    margin: 8px 0 0;
    padding-left: 18px;
    font-size: 0.82rem;
    max-height: 160px;
    overflow-y: auto;
}

.be-send-btn[b-0bc2o0ggob] {
    border-radius: 12px;
    font-weight: 700;
    text-transform: none;
    padding-block: 12px;
}

.be-footnote[b-0bc2o0ggob] {
    text-align: center;
    font-size: 0.8rem;
    color: #8a90a8;
    margin: 18px 0 0;
    line-height: 1.5;
}

.mt-4[b-0bc2o0ggob] {
    margin-top: 20px;
}
