/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Modern layout with no sidebar */
.min-vh-100[b-6t3or0nrmw] {
    min-height: 100vh;
}

#blazor-error-ui[b-6t3or0nrmw] {
    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;
}

#blazor-error-ui .dismiss[b-6t3or0nrmw] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-kgz31ddpd3] {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 78px;
}

.nav-container[b-kgz31ddpd3] {
    max-width: 1480px;
    margin-inline: auto;
    padding-inline: 1.5rem;
}

.navbar-brand[b-kgz31ddpd3] {
    flex-shrink: 0;
    margin-right: 2rem;
}

.navbar-nav[b-kgz31ddpd3] {
    align-items: center;
    gap: 0.15rem;
}

.nav-link[b-kgz31ddpd3] {
    padding: 0.65rem 0.8rem !important;
    border-radius: 0.5rem;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease;
}

    .nav-link:hover[b-kgz31ddpd3] {
        color: var(--primary-color, #84451f);
        background: rgba(132, 69, 31, 0.07);
    }

    .nav-link.active[b-kgz31ddpd3] {
        color: var(--primary-color, #84451f);
        background: rgba(132, 69, 31, 0.1);
        font-weight: 700;
    }

.dropdown-menu[b-kgz31ddpd3] {
    margin-top: 0.65rem;
    padding: 0.6rem;
    border: 1px solid rgba(30, 25, 20, 0.08);
    border-radius: 0.8rem;
    box-shadow: 0 16px 40px rgba(25, 18, 12, 0.16);
}

.management-menu[b-kgz31ddpd3] {
    width: 330px;
}

.account-menu[b-kgz31ddpd3] {
    width: 270px;
}

.dropdown-item[b-kgz31ddpd3] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.7rem 0.8rem;
    border-radius: 0.55rem;
    white-space: normal;
    transition: color 0.15s ease, background-color 0.15s ease;
}

    .dropdown-item:hover[b-kgz31ddpd3],
    .dropdown-item:focus[b-kgz31ddpd3] {
        color: #fff;
        background: var(--primary-color, #84451f);
    }

    .dropdown-item span:not(.menu-icon)[b-kgz31ddpd3] {
        display: flex;
        min-width: 0;
        flex-direction: column;
    }

    .dropdown-item strong[b-kgz31ddpd3] {
        line-height: 1.2;
    }

    .dropdown-item small[b-kgz31ddpd3] {
        margin-top: 0.15rem;
        color: #6c757d;
        font-size: 0.76rem;
    }

    .dropdown-item:hover small[b-kgz31ddpd3],
    .dropdown-item:focus small[b-kgz31ddpd3] {
        color: rgba(255, 255, 255, 0.8);
    }

.menu-icon[b-kgz31ddpd3] {
    width: 1.6rem;
    flex: 0 0 1.6rem;
    text-align: center;
    font-size: 1.1rem;
}

.dropdown-header[b-kgz31ddpd3] {
    padding: 0.4rem 0.8rem;
    color: #84451f;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.account-identity[b-kgz31ddpd3] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 0.4rem 0.8rem;
}

    .account-identity small[b-kgz31ddpd3] {
        color: #6c757d;
    }

    .account-identity strong[b-kgz31ddpd3] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.badge[b-kgz31ddpd3] {
    font-size: 0.65rem;
}

@media (max-width: 1199.98px) {
    .navbar-collapse[b-kgz31ddpd3] {
        margin-top: 0.75rem;
        padding: 0.75rem;
        border-top: 1px solid rgba(30, 25, 20, 0.08);
    }

    .navbar-nav[b-kgz31ddpd3] {
        align-items: stretch;
        gap: 0.2rem;
    }

        .navbar-nav.mx-auto[b-kgz31ddpd3] {
            margin-inline: 0 !important;
        }

    .nav-link[b-kgz31ddpd3] {
        padding: 0.75rem !important;
    }

    .dropdown-menu[b-kgz31ddpd3],
    .management-menu[b-kgz31ddpd3],
    .account-menu[b-kgz31ddpd3] {
        width: 100%;
        margin-top: 0.2rem;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .btn[b-kgz31ddpd3] {
        display: inline-block;
        margin-top: 0.5rem;
        margin-left: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .nav-container[b-kgz31ddpd3] {
        padding-inline: 0.8rem;
    }

    .navbar-brand[b-kgz31ddpd3] {
        margin-right: 0;
    }

        .navbar-brand .brand-name[b-kgz31ddpd3] {
            font-size: 1.2rem;
        }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9ub10oxg65],
.components-reconnect-repeated-attempt-visible[b-9ub10oxg65],
.components-reconnect-failed-visible[b-9ub10oxg65],
.components-pause-visible[b-9ub10oxg65],
.components-resume-failed-visible[b-9ub10oxg65],
.components-rejoining-animation[b-9ub10oxg65] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9ub10oxg65],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9ub10oxg65],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9ub10oxg65],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9ub10oxg65],
#components-reconnect-modal.components-reconnect-retrying[b-9ub10oxg65],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9ub10oxg65],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9ub10oxg65],
#components-reconnect-modal.components-reconnect-failed[b-9ub10oxg65],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9ub10oxg65] {
    display: block;
}


#components-reconnect-modal[b-9ub10oxg65] {
    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-9ub10oxg65 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-9ub10oxg65 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9ub10oxg65 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-9ub10oxg65]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-9ub10oxg65 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-9ub10oxg65 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-9ub10oxg65 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-9ub10oxg65 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-9ub10oxg65] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-9ub10oxg65] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-9ub10oxg65] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-9ub10oxg65] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-9ub10oxg65] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-9ub10oxg65] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-9ub10oxg65] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-9ub10oxg65 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-9ub10oxg65] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-9ub10oxg65 {
    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;
    }
}
