/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lkzxstioyp],
.components-reconnect-repeated-attempt-visible[b-lkzxstioyp],
.components-reconnect-failed-visible[b-lkzxstioyp],
.components-pause-visible[b-lkzxstioyp],
.components-resume-failed-visible[b-lkzxstioyp],
.components-rejoining-animation[b-lkzxstioyp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lkzxstioyp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lkzxstioyp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lkzxstioyp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lkzxstioyp],
#components-reconnect-modal.components-reconnect-retrying[b-lkzxstioyp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lkzxstioyp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lkzxstioyp],
#components-reconnect-modal.components-reconnect-failed[b-lkzxstioyp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lkzxstioyp] {
    display: block;
}


#components-reconnect-modal[b-lkzxstioyp] {
    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-lkzxstioyp 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lkzxstioyp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lkzxstioyp 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lkzxstioyp]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lkzxstioyp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lkzxstioyp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lkzxstioyp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lkzxstioyp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lkzxstioyp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lkzxstioyp] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lkzxstioyp] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lkzxstioyp] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lkzxstioyp] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lkzxstioyp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lkzxstioyp] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lkzxstioyp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lkzxstioyp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lkzxstioyp {
    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/ContactInquiries/ContactInquiriesAdministration.razor.rz.scp.css */
.contact-inquiry-filter-bar[b-s8mtxtwyhh] { grid-template-columns: minmax(220px, 1.2fr) minmax(160px, .8fr) minmax(145px, .7fr) minmax(145px, .7fr) auto; }
.contact-status-badge[b-s8mtxtwyhh] { display: inline-flex; min-height: 28px; align-items: center; justify-content: center; padding: 4px 9px; border: 1px solid transparent; border-radius: 8px; font-size: 12px; font-weight: 800; }
.contact-status-new[b-s8mtxtwyhh] { background: #fff8e8; border-color: #ffe4ad; color: #8a5100; }
.contact-status-review[b-s8mtxtwyhh] { background: #edf6ff; border-color: #bfdbfe; color: #1d4f91; }
.contact-status-resolved[b-s8mtxtwyhh] { background: #edf9f5; border-color: #b9e6d4; color: #116149; }
.contact-status-archived[b-s8mtxtwyhh] { background: #f3f4f6; border-color: #d1d5db; color: #4b5563; }
.contact-details-link[b-s8mtxtwyhh] { display: inline-flex; text-decoration: none; }
.contact-pager[b-s8mtxtwyhh], .contact-pager-actions[b-s8mtxtwyhh], .contact-page-size[b-s8mtxtwyhh] { display: flex; align-items: center; gap: 10px; }
.contact-pager[b-s8mtxtwyhh] { justify-content: space-between; margin-top: 16px; }
.contact-pager span[b-s8mtxtwyhh], .contact-page-size label[b-s8mtxtwyhh] { color: var(--manager-muted); font-size: 12px; font-weight: 800; }
.contact-page-size .manager-input[b-s8mtxtwyhh] { width: 82px; min-height: 34px; }

@media (max-width: 720px) {
    .contact-inquiry-filter-bar[b-s8mtxtwyhh] { grid-template-columns: 1fr; }
    .contact-pager[b-s8mtxtwyhh] { align-items: stretch; flex-direction: column; }
    .contact-page-size[b-s8mtxtwyhh] { justify-content: space-between; }
}
/* /Components/Pages/ContactInquiries/ContactInquiryDetailsAdministration.razor.rz.scp.css */
.contact-detail-panel[b-xz216gqgdc] { display: grid; gap: 18px; }
.contact-message-field[b-xz216gqgdc] { margin-top: 2px; }
.contact-message[b-xz216gqgdc] { min-height: 150px; max-height: 420px; }
.contact-management-form[b-xz216gqgdc] { padding-top: 18px; border-top: 1px solid var(--manager-border); }
.contact-management-form .manager-two-column-form[b-xz216gqgdc] { align-items: start; }
.contact-note-field[b-xz216gqgdc] { flex: 2 1 360px; }
.contact-readonly-note[b-xz216gqgdc] { margin-top: 4px; }
/* /Components/Pages/Users/UserAdministration.razor.rz.scp.css */
.manager-users-filter-bar[b-4iw7si0mpl] {
    grid-template-columns: minmax(220px, 1.2fr) minmax(165px, .8fr) minmax(145px, .7fr) minmax(145px, .7fr) auto;
}

.manager-list-avatar[b-4iw7si0mpl] {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: #dff3ee;
    color: var(--manager-primary-strong);
    font-weight: 800;
}

.manager-list-avatar img[b-4iw7si0mpl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manager-list-avatar-large[b-4iw7si0mpl] { width: 64px; height: 64px; font-size: 20px; }

.manager-user-profile-summary[b-4iw7si0mpl] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.manager-user-profile-summary strong[b-4iw7si0mpl],
.manager-user-profile-summary span[b-4iw7si0mpl] { display: block; }
.manager-user-profile-summary span[b-4iw7si0mpl] { margin-top: 5px; color: var(--manager-muted); font-size: 12px; }

.manager-role-selector[b-4iw7si0mpl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 8px;
}

.manager-role-option[b-4iw7si0mpl] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid var(--manager-border);
    border-radius: 10px;
    background: var(--manager-surface-soft);
    cursor: pointer;
}

.manager-role-option input[b-4iw7si0mpl] { width: 18px; height: 18px; accent-color: var(--manager-primary); }
.manager-role-option span[b-4iw7si0mpl],
.manager-role-option strong[b-4iw7si0mpl],
.manager-role-option small[b-4iw7si0mpl] { display: block; }
.manager-role-option strong[b-4iw7si0mpl] { color: var(--manager-text); font-size: 13px; }
.manager-role-option small[b-4iw7si0mpl] { color: var(--manager-muted); font-size: 11px; margin-top: 3px; }

@media (max-width: 720px) {
    .manager-users-filter-bar[b-4iw7si0mpl] { grid-template-columns: 1fr; }
    .manager-role-selector[b-4iw7si0mpl] { grid-template-columns: 1fr; }
}
