/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Status colors live in wwwroot/app.css (global). Keep these only if referenced by layout markup. */

.mud-table-cell .converged-tag-link[b-qs79r1mcvo] {
    cursor: pointer;
    color: var(--mud-palette-primary);
    font-weight: 600;
}

[b-qs79r1mcvo] .converged-appbar .mud-toolbar {
    position: relative;
    align-items: center;
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
}

[b-qs79r1mcvo] .converged-appbar-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 42px;
    margin-left: 0.125rem;
    position: relative;
    z-index: 1;
}

[b-qs79r1mcvo] .converged-appbar-icon {
    display: block;
    max-height: 42px;
    max-width: 42px;
    height: auto;
    width: auto;
    object-fit: contain;
}

[b-qs79r1mcvo] .converged-appbar-logo-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 0;
    max-width: none;
}

[b-qs79r1mcvo] .converged-appbar-logo {
    height: 1.75rem;
    width: auto;
    max-width: min(42vw, 14rem);
    display: block;
    object-fit: contain;
}

[b-qs79r1mcvo] .converged-appbar .mud-spacer,
[b-qs79r1mcvo] .converged-appbar .mud-toolbar > .mud-paper,
[b-qs79r1mcvo] .converged-appbar .converged-appbar-foreground {
    position: relative;
    z-index: 1;
}

[b-qs79r1mcvo] .converged-appbar-project-select {
    align-self: center;
    margin-left: 0.5rem;
    flex-shrink: 0;
    width: auto;
}

[b-qs79r1mcvo] .converged-appbar-project-select .mud-input-control {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: auto;
}

[b-qs79r1mcvo] .converged-appbar-project-select .mud-input {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-qs79r1mcvo] .converged-appbar-project-select .mud-input-root,
[b-qs79r1mcvo] .converged-appbar-project-select .mud-input-control-input-container,
[b-qs79r1mcvo] .converged-appbar-project-select .mud-input-slot,
[b-qs79r1mcvo] .converged-appbar-project-select .mud-input-text-input {
    background-color: transparent !important;
    color: #fff !important;
    min-height: unset;
    height: auto;
    border-radius: 0;
}

[b-qs79r1mcvo] .converged-appbar-project-select .mud-input-root {
    padding-inline: 0.25rem 0;
}

[b-qs79r1mcvo] .converged-appbar-project-select .mud-input-label,
[b-qs79r1mcvo] .converged-appbar-project-select .mud-input-slot,
[b-qs79r1mcvo] .converged-appbar-project-select .mud-select-input,
[b-qs79r1mcvo] .converged-appbar-project-select .mud-input-text-input,
[b-qs79r1mcvo] .converged-appbar-project-select .mud-input-adornment .mud-icon-root,
[b-qs79r1mcvo] .converged-appbar-project-select .mud-icon-root {
    color: #fff !important;
}

[b-qs79r1mcvo] .converged-appbar-project-select .mud-input-underline::before,
[b-qs79r1mcvo] .converged-appbar-project-select .mud-input-underline::after {
    display: none;
}

[b-qs79r1mcvo] .converged-appbar-project-select.mud-disabled,
[b-qs79r1mcvo] .converged-appbar-project-select .mud-disabled {
    opacity: 0.7;
}

@media (max-width: 960px) {
    [b-qs79r1mcvo] .converged-appbar-logo-wrap {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5h6ttsw5dw],
.components-reconnect-repeated-attempt-visible[b-5h6ttsw5dw],
.components-reconnect-failed-visible[b-5h6ttsw5dw],
.components-pause-visible[b-5h6ttsw5dw],
.components-resume-failed-visible[b-5h6ttsw5dw],
.components-rejoining-animation[b-5h6ttsw5dw] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5h6ttsw5dw],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5h6ttsw5dw],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5h6ttsw5dw],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5h6ttsw5dw],
#components-reconnect-modal.components-reconnect-retrying[b-5h6ttsw5dw],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5h6ttsw5dw],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5h6ttsw5dw],
#components-reconnect-modal.components-reconnect-failed[b-5h6ttsw5dw],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5h6ttsw5dw] {
    display: block;
}


#components-reconnect-modal[b-5h6ttsw5dw] {
    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-5h6ttsw5dw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5h6ttsw5dw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5h6ttsw5dw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5h6ttsw5dw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5h6ttsw5dw 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5h6ttsw5dw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5h6ttsw5dw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5h6ttsw5dw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5h6ttsw5dw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5h6ttsw5dw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5h6ttsw5dw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5h6ttsw5dw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5h6ttsw5dw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5h6ttsw5dw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5h6ttsw5dw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5h6ttsw5dw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5h6ttsw5dw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5h6ttsw5dw {
    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/MasterIndex.razor.rz.scp.css */
[b-nytj3s42oj] .master-index-grid .mud-table-row {
    cursor: pointer;
}

[b-nytj3s42oj] .master-index-grid-bulk .mud-table-row {
    cursor: default;
}

[b-nytj3s42oj] .master-index-hierarchy-nested {
    margin: 0.25rem 0 0.5rem;
}

[b-nytj3s42oj] .master-index-hierarchy-nested .mud-table-pagination {
    display: none;
}

[b-nytj3s42oj] .master-index-hierarchy-children .mud-table-container {
    overflow-x: auto;
}
/* /Components/Shared/PropertyContextMenuTarget.razor.rz.scp.css */
.property-context-menu-target[b-80tdc9xuq1] {
    width: 100%;
}
