/* /Components/Layout/MainLayout.razor.rz.scp.css */
[b-a5sz7ec0wl] .rp-appbar {
    background-color: var(--rp-surface) !important;
    color: var(--rp-ink) !important;
    border-bottom: 1px solid var(--rp-line);
    box-shadow: none !important;
    height: var(--rp-appbar-height);
    min-height: var(--rp-appbar-height);
}

[b-a5sz7ec0wl] .rp-appbar .mud-icon-button {
    color: var(--rp-ink-muted);
}

[b-a5sz7ec0wl] .rp-appbar .mud-icon-button:hover {
    color: var(--rp-brand-green);
    background-color: var(--rp-brand-lime-soft);
}

[b-a5sz7ec0wl] .rp-user-name {
    color: var(--rp-ink);
    font-weight: 500;
}

[b-a5sz7ec0wl] .rp-drawer {
    background-color: var(--rp-brand-deep) !important;
    color: rgba(255, 255, 255, 0.78);
    border: none !important;
}

[b-a5sz7ec0wl] .rp-drawer .mud-drawer-content {
    background-color: var(--rp-brand-deep);
}

[b-a5sz7ec0wl] .rp-drawer-header {
    padding: 18px 20px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    min-height: auto;
}

[b-a5sz7ec0wl] .rp-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

[b-a5sz7ec0wl] .rp-brand__logo {
    display: block;
    height: 44px;
    width: auto;
    max-width: 100%;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}

[b-a5sz7ec0wl] .rp-main {
    background-color: var(--rp-surface-2);
    min-height: 100vh;
}

#blazor-error-ui[b-a5sz7ec0wl] {
    color-scheme: light only;
    background: #FFF8E1;
    color: #5D4037;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-a5sz7ec0wl] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui .reload[b-a5sz7ec0wl] {
    color: #1B5E20;
    margin-right: 16px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-fu7jpx1v69] .mud-nav-link {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    padding: 10px 20px;
    margin: 2px 0;
    position: relative;
    transition: background-color 120ms ease, color 120ms ease;
}

[b-fu7jpx1v69] .mud-nav-link .mud-nav-link-icon {
    color: rgba(255, 255, 255, 0.62);
    margin-right: 12px;
}

[b-fu7jpx1v69] .mud-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: #FFFFFF;
}

[b-fu7jpx1v69] .mud-nav-link:hover .mud-nav-link-icon {
    color: #FFFFFF;
}

[b-fu7jpx1v69] .mud-nav-link.active {
    background-color: rgba(139, 195, 74, 0.14);
    color: #FFFFFF;
    font-weight: 600;
}

[b-fu7jpx1v69] .mud-nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 3px;
    background-color: var(--rp-brand-lime);
    border-radius: 0 2px 2px 0;
}

[b-fu7jpx1v69] .mud-nav-link.active .mud-nav-link-icon {
    color: var(--rp-brand-lime);
}

[b-fu7jpx1v69] .mud-nav-group .mud-nav-link {
    padding-left: 20px;
}

[b-fu7jpx1v69] .mud-nav-group .mud-nav-link.mud-nav-link-disabled {
    color: rgba(255, 255, 255, 0.4);
}

[b-fu7jpx1v69] .mud-nav-group .mud-nav-link-icon-default {
    color: rgba(255, 255, 255, 0.62);
}

[b-fu7jpx1v69] .mud-nav-group ul .mud-nav-link {
    padding-left: 52px;
    font-size: 13px;
    font-weight: 400;
}

[b-fu7jpx1v69] .mud-nav-group .mud-expand-more-icon {
    color: rgba(255, 255, 255, 0.62);
}

[b-fu7jpx1v69] .mud-nav-menu {
    padding-top: 8px;
    padding-bottom: 8px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gaxv6rhdj4],
.components-reconnect-repeated-attempt-visible[b-gaxv6rhdj4],
.components-reconnect-failed-visible[b-gaxv6rhdj4],
.components-pause-visible[b-gaxv6rhdj4],
.components-resume-failed-visible[b-gaxv6rhdj4],
.components-rejoining-animation[b-gaxv6rhdj4] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-gaxv6rhdj4 {
    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;
    }
}
