@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Layout/PublicFooter.razor.rz.scp.css */
body[b-tt8i6rfs05] {
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
body[b-uwkrvxmwpv] {
}
/* /Components/Layout/PublicTopbar.razor.rz.scp.css */
body[b-i70vwk267s] {
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-g29h5no5rz],
.components-reconnect-repeated-attempt-visible[b-g29h5no5rz],
.components-reconnect-failed-visible[b-g29h5no5rz],
.components-pause-visible[b-g29h5no5rz],
.components-resume-failed-visible[b-g29h5no5rz],
.components-rejoining-animation[b-g29h5no5rz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-g29h5no5rz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-g29h5no5rz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-g29h5no5rz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-g29h5no5rz],
#components-reconnect-modal.components-reconnect-retrying[b-g29h5no5rz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-g29h5no5rz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-g29h5no5rz],
#components-reconnect-modal.components-reconnect-failed[b-g29h5no5rz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-g29h5no5rz] {
    display: block;
}


#components-reconnect-modal[b-g29h5no5rz] {
    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-g29h5no5rz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-g29h5no5rz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-g29h5no5rz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-g29h5no5rz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-g29h5no5rz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-g29h5no5rz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-g29h5no5rz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-g29h5no5rz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-g29h5no5rz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-g29h5no5rz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-g29h5no5rz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-g29h5no5rz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-g29h5no5rz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-g29h5no5rz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-g29h5no5rz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-g29h5no5rz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-g29h5no5rz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-g29h5no5rz {
    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/Onboarding/Components/Pay.razor.rz.scp.css */
.payment-method-option[b-r5ovuyndlq] {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.payment-method-option--selected[b-r5ovuyndlq] {
    border-color: #72a7ff;
    background: #edf5ff;
    box-shadow: 0 8px 22px rgba(37, 99, 235, .08);
}

.payment-method-option input[b-r5ovuyndlq] { margin: 0; }
.payment-method-option__copy[b-r5ovuyndlq] { display: grid; gap: 3px; }
.payment-method-option__copy small[b-r5ovuyndlq] { color: #66758f; }
.payment-method-option__status[b-r5ovuyndlq] {
    color: #1456d8;
    background: #dceaff;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.zelle-method-logo[b-r5ovuyndlq] { width: 42px; height: 42px; filter: drop-shadow(0 5px 8px rgba(92, 30, 190, .2)); }

.zelle-payment-card[b-r5ovuyndlq] {
    padding: 18px;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    background: #fff;
}

.zelle-payment-card__heading[b-r5ovuyndlq] { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 18px; }
.zelle-payment-card__heading h4[b-r5ovuyndlq] { margin: 1px 0 4px; font-size: 18px; }
.zelle-payment-card__heading p[b-r5ovuyndlq] { margin: 0; color: #66758f; }
.zelle-step[b-r5ovuyndlq], .zelle-info-icon[b-r5ovuyndlq] {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    color: #fff;
    background: #2563eb;
    font-weight: 800;
}

.zelle-payment-card__content[b-r5ovuyndlq] { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: stretch; }
.zelle-payment-details[b-r5ovuyndlq] { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.zelle-detail[b-r5ovuyndlq] { padding: 13px; border: 1px solid #dbe4f0; border-radius: 11px; background: #f8fafc; overflow-wrap: anywhere; }
.zelle-detail--amount[b-r5ovuyndlq] { grid-column: 1 / -1; }
.zelle-detail span[b-r5ovuyndlq], .zelle-qr > span[b-r5ovuyndlq] { display: block; margin-bottom: 6px; color: #596881; font-size: 12px; font-weight: 700; }
.zelle-detail strong[b-r5ovuyndlq] { color: #172033; }
.zelle-detail--amount strong[b-r5ovuyndlq] { color: #1456d8; font-size: 20px; }
.zelle-qr[b-r5ovuyndlq] { min-width: 176px; padding: 12px; border: 1px solid #dbe4f0; border-radius: 12px; text-align: center; }
.zelle-qr img[b-r5ovuyndlq] { display: block; width: 150px; height: 150px; object-fit: contain; margin: auto; }
.zelle-custom-instructions[b-r5ovuyndlq] { margin: 14px 0 0; color: #52617a; line-height: 1.55; }
.zelle-waiting-note[b-r5ovuyndlq] { display: flex; gap: 12px; margin-top: 16px; padding: 14px; border: 1px solid #b9d5ff; border-radius: 12px; background: #eef6ff; color: #40516d; line-height: 1.5; }
.zelle-info-icon[b-r5ovuyndlq] { width: 24px; height: 24px; border-radius: 50%; font-family: Georgia, serif; }

@media (max-width: 700px) {
    .zelle-payment-card__content[b-r5ovuyndlq] { grid-template-columns: 1fr; }
    .zelle-payment-details[b-r5ovuyndlq] { grid-template-columns: 1fr; }
    .zelle-detail--amount[b-r5ovuyndlq] { grid-column: auto; }
    .zelle-qr[b-r5ovuyndlq] { justify-self: stretch; }
}
/* /Components/Pages/Onboarding/TenantRegistrationWorkspace.razor.rz.scp.css */
