/* /Components/ApiRequestAuditViewer.razor.rz.scp.css */
.event-dashboard-table td[b-ekymm1sb1p] {
    max-width: 300px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.event-dashboard-table code[b-ekymm1sb1p] {
    word-break: break-all;
    white-space: normal;
}
/* /Components/App.razor.rz.scp.css */
/* 
 * Scoped styles for App component
 * This file generates the Eventryx.styles.css bundle
 * Add component-specific scoped styles here as needed
 */

/* Example: You can scope styles to this component */
/* These styles will only apply within the App component */
/* /Components/AuditEventTrailTable.razor.rz.scp.css */
.event-dashboard-table td[b-5ys0sag97w] {
    max-width: 300px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.event-dashboard-table code[b-5ys0sag97w] {
    word-break: break-all;
    white-space: normal;
}
/* /Components/ConfigDisplay.razor.rz.scp.css */
.config-display-container[b-yiw26ibm0l] {
    display: inline-block;
}

.config-display-button[b-yiw26ibm0l] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    color: #495057;
    padding: 0.25rem 0.5rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.config-display-button:hover[b-yiw26ibm0l] {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.config-display-button:active[b-yiw26ibm0l] {
    background-color: #dee2e6;
}

.config-label[b-yiw26ibm0l] {
    font-weight: 500;
}

.config-icon[b-yiw26ibm0l] {
    font-size: 1rem;
    opacity: 0.7;
}

.config-modal[b-yiw26ibm0l] {
    background-color: white;
    width: 90%;
    max-width: 42rem;
    margin: 10vh auto;
    padding: 0;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: display 0.3s allow-discrete, overlay 0.3s allow-discrete;
    animation: config-modal-fadeOut-b-yiw26ibm0l 0.3s ease-out both;
}

.config-modal button[b-yiw26ibm0l] {
    font-family: inherit;
    box-sizing: border-box;
}

.config-modal[open][b-yiw26ibm0l] {
    animation: config-modal-slideUp-b-yiw26ibm0l 0.3s cubic-bezier(0.05, 0.89, 0.25, 1.02),
               config-modal-fadeIn-b-yiw26ibm0l 0.3s ease-in-out;
    animation-fill-mode: both;
}

.config-modal[b-yiw26ibm0l]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: config-modal-fadeIn-b-yiw26ibm0l 0.3s ease-in-out;
    opacity: 1;
}

@keyframes config-modal-slideUp-b-yiw26ibm0l {
    0% {
        transform: translateY(30px) scale(0.95);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

@keyframes config-modal-fadeIn-b-yiw26ibm0l {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes config-modal-fadeOut-b-yiw26ibm0l {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.config-modal-content[b-yiw26ibm0l] {
    position: relative;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.config-modal-header[b-yiw26ibm0l] {
    display: flex;
    align-items: center;
}

.config-modal-header strong[b-yiw26ibm0l] {
    color: #212529;
    font-size: 1.125rem;
    font-weight: 600;
}

.config-modal-close[b-yiw26ibm0l] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: transparent;
    border: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #6c757d;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease, color 0.2s ease;
    opacity: 0.7;
}

.config-modal-close:hover[b-yiw26ibm0l] {
    background-color: #f8f9fa;
    color: #000;
    opacity: 1;
}

.config-modal-close:focus[b-yiw26ibm0l] {
    outline: none;
    box-shadow: none;
}

.config-modal-description[b-yiw26ibm0l] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: -0.5rem;
}

.config-modal-body[b-yiw26ibm0l] {
    padding: 0.5rem 0;
    max-height: 50vh;
    overflow-y: auto;
}

.config-content[b-yiw26ibm0l] {
    display: block;
    white-space: pre-wrap;
    word-break: break-word;
    padding: 1rem;
    margin: 0;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #212529;
    user-select: all;
}

.config-modal-footer[b-yiw26ibm0l] {
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
}

.config-modal-copy-btn[b-yiw26ibm0l] {
    border: none;
    background-color: #0d6efd;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    min-width: 10rem;
    text-align: center;
}

.config-modal-copy-btn:hover[b-yiw26ibm0l] {
    background-color: #0b5ed7;
}

.config-modal-copy-btn:active[b-yiw26ibm0l] {
    background-color: #0a58ca;
    transform: scale(0.98);
}

.config-modal-copy-btn:focus[b-yiw26ibm0l] {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.config-modal-copy-btn--success[b-yiw26ibm0l] {
    background-color: #198754;
}

.config-modal-copy-btn--success:hover[b-yiw26ibm0l] {
    background-color: #157347;
}

.config-modal-copy-btn--failed[b-yiw26ibm0l] {
    background-color: #dc3545;
}

.config-modal-copy-btn--failed:hover[b-yiw26ibm0l] {
    background-color: #bb2d3b;
}
/* /Components/EventDashboard.razor.rz.scp.css */
.event-dashboard-table td[b-qyrwqfr5gu] {
    max-width: 300px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.event-dashboard-table code[b-qyrwqfr5gu] {
    word-break: break-all;
    white-space: normal;
}

.dashboard-refresh-button[b-qyrwqfr5gu] {
    transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.dashboard-refresh-button--pending[b-qyrwqfr5gu] {
    animation: dashboard-refresh-pulse-b-qyrwqfr5gu 1.8s ease-in-out infinite;
}

.dashboard-refresh-indicator-dot[b-qyrwqfr5gu] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background-color: #ffc107;
    display: inline-block;
    animation: dashboard-refresh-dot-pulse-b-qyrwqfr5gu 1.2s ease-in-out infinite;
}

@keyframes dashboard-refresh-pulse-b-qyrwqfr5gu {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 0.35rem rgba(255, 193, 7, 0.18);
        transform: scale(1.01);
    }
}

@keyframes dashboard-refresh-dot-pulse-b-qyrwqfr5gu {
    0%, 100% {
        opacity: 0.45;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}
/* /Components/GuidDisplay.razor.rz.scp.css */
.guid-display-container[b-srb8fdxq7h] {
    display: inline-block;
}

.guid-display-button[b-srb8fdxq7h] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.875rem;
    color: #495057;
    padding: 0.25rem 0.5rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.guid-display-button:hover[b-srb8fdxq7h] {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.guid-display-button:active[b-srb8fdxq7h] {
    background-color: #dee2e6;
}

.guid-abbreviated[b-srb8fdxq7h] {
    font-family: 'Courier New', Courier, monospace;
}

.guid-icon[b-srb8fdxq7h] {
    font-size: 1rem;
    opacity: 0.7;
}

.guid-modal[b-srb8fdxq7h] {
    background-color: white;
    width: 90%;
    max-width: 28rem;
    margin: 20vh auto;
    padding: 0;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: display 0.3s allow-discrete, overlay 0.3s allow-discrete;
    animation: guid-modal-fadeOut-b-srb8fdxq7h 0.3s ease-out both;
}

/* Reset all buttons inside the modal */
.guid-modal button[b-srb8fdxq7h] {
    font-family: inherit;
    box-sizing: border-box;
}

.guid-modal[open][b-srb8fdxq7h] {
    animation: guid-modal-slideUp-b-srb8fdxq7h 0.3s cubic-bezier(0.05, 0.89, 0.25, 1.02),
               guid-modal-fadeIn-b-srb8fdxq7h 0.3s ease-in-out;
    animation-fill-mode: both;
}

.guid-modal[b-srb8fdxq7h]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: guid-modal-fadeIn-b-srb8fdxq7h 0.3s ease-in-out;
    opacity: 1;
}

@keyframes guid-modal-slideUp-b-srb8fdxq7h {
    0% {
        transform: translateY(30px) scale(0.95);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

@keyframes guid-modal-fadeIn-b-srb8fdxq7h {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes guid-modal-fadeOut-b-srb8fdxq7h {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.guid-modal-content[b-srb8fdxq7h] {
    position: relative;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.guid-modal-header[b-srb8fdxq7h] {
    display: flex;
    align-items: center;
}

.guid-modal-header strong[b-srb8fdxq7h] {
    color: #212529;
    font-size: 1rem;
    font-weight: 600;
}

.guid-modal-close[b-srb8fdxq7h] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: transparent;
    border: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #6c757d;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease, color 0.2s ease;
    opacity: 0.7;
}

.guid-modal-close:hover[b-srb8fdxq7h] {
    background-color: #f8f9fa;
    color: #000;
    opacity: 1;
}

.guid-modal-close:focus[b-srb8fdxq7h] {
    outline: none;
    box-shadow: none;
}

.guid-modal-description[b-srb8fdxq7h] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: -0.5rem;
}

.guid-modal-body[b-srb8fdxq7h] {
    padding: 0.75rem 0;
}

.guid-full[b-srb8fdxq7h] {
    display: block;
    word-break: break-all;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.875rem;
    color: #212529;
    user-select: all;
}

.guid-modal-footer[b-srb8fdxq7h] {
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
}

.guid-modal-copy-btn[b-srb8fdxq7h] {
    border: none;
    background-color: #0d6efd;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    min-width: 10rem;
    text-align: center;
}

.guid-modal-copy-btn:hover[b-srb8fdxq7h] {
    background-color: #0b5ed7;
}

.guid-modal-copy-btn:active[b-srb8fdxq7h] {
    background-color: #0a58ca;
    transform: scale(0.98);
}

.guid-modal-copy-btn:focus[b-srb8fdxq7h] {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Success state styling */
.guid-modal-copy-btn--success[b-srb8fdxq7h] {
    background-color: #198754;
}

.guid-modal-copy-btn--success:hover[b-srb8fdxq7h] {
    background-color: #157347;
}

/* Failed state styling */
.guid-modal-copy-btn--failed[b-srb8fdxq7h] {
    background-color: #dc3545;
}

.guid-modal-copy-btn--failed:hover[b-srb8fdxq7h] {
    background-color: #bb2d3b;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cxwfhi7emx] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-cxwfhi7emx] {
    flex: 1;
}

.navbar[b-cxwfhi7emx] {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Navbar brand styling */
.navbar-brand[b-cxwfhi7emx] {
    font-weight: 600;
    font-size: 1.25rem;
}

/* Navigation link styling */
.nav-link[b-cxwfhi7emx] {
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease-in-out;
}

    .nav-link:hover[b-cxwfhi7emx] {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 0.25rem;
    }

    /* Active navigation link */
    .nav-link.active[b-cxwfhi7emx] {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 0.25rem;
    }

/* Bootstrap Icons spacing */
.bi[b-cxwfhi7emx] {
    vertical-align: middle;
}

/* Content area */
.content[b-cxwfhi7emx] {
    padding: 1rem;
}

@media (min-width: 768px) {
    .content[b-cxwfhi7emx] {
        padding: 2rem;
    }
}

/* Blazor error UI */
#blazor-error-ui[b-cxwfhi7emx] {
    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;
    max-height: 50vh;
    overflow-y: auto;
}

    #blazor-error-ui .dismiss[b-cxwfhi7emx] {
        cursor: pointer;
        margin-left: 1rem;
        text-decoration: none;
        color: #000;
        font-weight: bold;
    }

    #blazor-error-ui .reload[b-cxwfhi7emx] {
        margin-right: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u3vp8xb9xz] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-u3vp8xb9xz] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-u3vp8xb9xz] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-u3vp8xb9xz] {
    font-size: 1.1rem;
}

.bi[b-u3vp8xb9xz] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-u3vp8xb9xz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-u3vp8xb9xz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-u3vp8xb9xz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-u3vp8xb9xz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-u3vp8xb9xz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-u3vp8xb9xz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-u3vp8xb9xz]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-u3vp8xb9xz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-u3vp8xb9xz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-u3vp8xb9xz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-u3vp8xb9xz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-u3vp8xb9xz] {
        display: none;
    }

    .nav-scrollable[b-u3vp8xb9xz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6tsvbyrs5b],
.components-reconnect-repeated-attempt-visible[b-6tsvbyrs5b],
.components-reconnect-failed-visible[b-6tsvbyrs5b],
.components-pause-visible[b-6tsvbyrs5b],
.components-resume-failed-visible[b-6tsvbyrs5b],
.components-rejoining-animation[b-6tsvbyrs5b] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6tsvbyrs5b],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6tsvbyrs5b],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6tsvbyrs5b],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6tsvbyrs5b],
#components-reconnect-modal.components-reconnect-retrying[b-6tsvbyrs5b],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6tsvbyrs5b],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6tsvbyrs5b],
#components-reconnect-modal.components-reconnect-failed[b-6tsvbyrs5b],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6tsvbyrs5b] {
    display: block;
}


#components-reconnect-modal[b-6tsvbyrs5b] {
    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-6tsvbyrs5b 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6tsvbyrs5b 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6tsvbyrs5b 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6tsvbyrs5b]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6tsvbyrs5b 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6tsvbyrs5b {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6tsvbyrs5b {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6tsvbyrs5b {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6tsvbyrs5b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6tsvbyrs5b] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6tsvbyrs5b] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6tsvbyrs5b] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6tsvbyrs5b] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6tsvbyrs5b] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6tsvbyrs5b] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6tsvbyrs5b 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6tsvbyrs5b] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6tsvbyrs5b {
    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/PublisherWorkspace.razor.rz.scp.css */
.publisher-summary-banner[b-c2b8zzgc8r] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    max-width: min(100%, 56rem);
    padding: 0.85rem 1rem;
    margin-bottom: 0.85rem;
    border: 1px solid rgba(13, 110, 253, 0.18);
    border-radius: 0.9rem;
    background: linear-gradient(135deg, rgba(13, 202, 240, 0.08), rgba(13, 110, 253, 0.12));
    box-shadow: 0 0.35rem 1rem rgba(13, 110, 253, 0.08);
}

.publisher-summary-banner__content[b-c2b8zzgc8r] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.publisher-summary-banner__label[b-c2b8zzgc8r] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0c63e7;
}

.publisher-summary-banner__title-row[b-c2b8zzgc8r] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
}

.publisher-summary-banner__title[b-c2b8zzgc8r] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
}

.publisher-summary-banner__status[b-c2b8zzgc8r] {
    font-size: 0.78rem;
}

.publisher-summary-banner__toggle[b-c2b8zzgc8r] {
    white-space: nowrap;
}

.publisher-details-panel[b-c2b8zzgc8r] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: min(100%, 56rem);
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background-color: #f8fbff;
}

.publisher-details-panel__section[b-c2b8zzgc8r] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.publisher-details-panel__section-header[b-c2b8zzgc8r] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
}

.publisher-details-panel__section-title[b-c2b8zzgc8r] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
}

.publisher-details-panel__section-subtitle[b-c2b8zzgc8r] {
    font-size: 0.85rem;
    color: #64748b;
}

.publisher-details-panel__description[b-c2b8zzgc8r] {
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.45;
}

.publisher-details-panel__meta[b-c2b8zzgc8r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.publisher-details-panel__meta-item[b-c2b8zzgc8r] {
    display: inline-flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 12rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.22);
}

.publisher-details-panel__meta-label[b-c2b8zzgc8r] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
}

.publisher-details-panel__meta-value[b-c2b8zzgc8r] {
    font-size: 0.92rem;
    color: #0f172a;
    word-break: break-word;
}

.publisher-details-panel__meta-guid[b-c2b8zzgc8r] {
    display: inline-flex;
    align-items: center;
}

.publisher-stats-filter[b-c2b8zzgc8r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 0.85rem;
    align-items: end;
}

.publisher-stats-filter__field[b-c2b8zzgc8r] {
    display: flex;
    flex-direction: column;
}

.publisher-stats-filter__actions[b-c2b8zzgc8r] {
    display: flex;
    align-items: end;
}

.publisher-stats-grid[b-c2b8zzgc8r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    gap: 0.85rem;
}

.publisher-stats-card[b-c2b8zzgc8r] {
    padding: 0.9rem 1rem;
    border-radius: 0.85rem;
    background: #ffffff;
    border: 1px solid rgba(13, 110, 253, 0.12);
    box-shadow: 0 0.2rem 0.6rem rgba(15, 23, 42, 0.04);
}

.publisher-stats-card__label[b-c2b8zzgc8r] {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
}

.publisher-stats-card__value[b-c2b8zzgc8r] {
    margin-top: 0.35rem;
    font-size: 1.7rem;
    font-weight: 700;
    color: #0f172a;
}

.publisher-stats-range-note[b-c2b8zzgc8r],
.publisher-stats-placeholder[b-c2b8zzgc8r] {
    font-size: 0.88rem;
    color: #64748b;
}

@media (max-width: 767.98px) {
    .publisher-summary-banner[b-c2b8zzgc8r] {
        width: 100%;
    }

    .publisher-details-panel__meta-item[b-c2b8zzgc8r] {
        min-width: 100%;
    }
}
/* /Components/ShowColumnValue.razor.rz.scp.css */
/* Icon button - minimal, clean design */
.column-value-button[b-6now93sd5d] {
    background: none;
    border: none;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    font-size: 1rem;
    color: #6c757d;
    transition: all 0.2s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.column-value-button:hover[b-6now93sd5d] {
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
    transform: scale(1.1);
}

.column-value-button:active[b-6now93sd5d] {
    transform: scale(0.95);
}

.column-value-icon[b-6now93sd5d] {
    display: inline-block;
    line-height: 1;
}

/* Modal backdrop */
.column-value-modal[b-6now93sd5d] {
    border: none;
    border-radius: 8px;
    padding: 0;
    max-width: 90vw;
    max-height: 90vh;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.column-value-modal[b-6now93sd5d]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

/* Modal content container */
.column-value-modal-content[b-6now93sd5d] {
    display: flex;
    flex-direction: column;
    min-width: 400px;
    max-width: 800px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

/* Close button */
.column-value-modal-close[b-6now93sd5d] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6c757d;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.column-value-modal-close:hover[b-6now93sd5d] {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

/* Header */
.column-value-modal-header[b-6now93sd5d] {
    padding: 1.25rem 1.5rem;
    padding-right: 3rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.column-value-modal-header strong[b-6now93sd5d] {
    font-size: 1.125rem;
    color: #212529;
}

.column-value-modal-description[b-6now93sd5d] {
    display: block;
    margin-top: 0.25rem;
    color: #6c757d;
    font-size: 0.875rem;
}

/* Body */
.column-value-modal-body[b-6now93sd5d] {
    padding: 1.5rem;
    flex: 1;
    overflow: auto;
    max-height: 60vh;
}

.column-value-content[b-6now93sd5d] {
    margin: 0;
    padding: 1rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.875rem;
    white-space: pre-wrap;
    word-break: break-all;
    color: #212529;
}

/* Footer */
.column-value-modal-footer[b-6now93sd5d] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
    display: flex;
    justify-content: flex-end;
}

/* Copy button */
.column-value-modal-copy-btn[b-6now93sd5d] {
    padding: 0.5rem 1rem;
    border: 1px solid #007bff;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.column-value-modal-copy-btn:hover[b-6now93sd5d] {
    background-color: #0056b3;
    border-color: #0056b3;
}

.column-value-modal-copy-btn--success[b-6now93sd5d] {
    background-color: #28a745;
    border-color: #28a745;
}

.column-value-modal-copy-btn--success:hover[b-6now93sd5d] {
    background-color: #218838;
    border-color: #218838;
}

.column-value-modal-copy-btn--failed[b-6now93sd5d] {
    background-color: #dc3545;
    border-color: #dc3545;
}

.column-value-modal-copy-btn--failed:hover[b-6now93sd5d] {
    background-color: #c82333;
    border-color: #c82333;
}

/* Responsive design */
@media (max-width: 576px) {
    .column-value-modal-content[b-6now93sd5d] {
        min-width: 90vw;
    }

    .column-value-modal-body[b-6now93sd5d] {
        max-height: 50vh;
    }
}
