/* /Components/Layout/AdminLayout.razor.rz.scp.css */
#blazor-error-ui[b-s01cu3zmo4] {
    background: var(--pnt-danger, #ef4444);
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding: 0.5rem 1.5rem;
    display: none;
}
#blazor-error-ui .dismiss[b-s01cu3zmo4] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.3rem;
}
/* /Components/Layout/AdminNavMenu.razor.rz.scp.css */
.sidebar-nav-scrollable[b-70ul24f5ak] {
    overflow-y: auto;
    flex: 1;
    padding: 0.5rem 0;
}
/* /Components/Layout/CustomerLayout.razor.rz.scp.css */
#blazor-error-ui[b-12d4eacfx3] {
    background: var(--pnt-danger, #ef4444);
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding: 0.5rem 1.5rem;
    display: none;
}
#blazor-error-ui .dismiss[b-12d4eacfx3] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.3rem;
}
/* /Components/Layout/CustomerNavMenu.razor.rz.scp.css */
.sidebar-nav-scrollable[b-7zqqw432qk] {
    overflow-y: auto;
    flex: 1;
    padding: 0.5rem 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
main[b-h43ycwvvu4] {
    min-height: calc(100vh - 250px);
    padding-top: 70px; /* space for fixed navbar */
}

#blazor-error-ui[b-h43ycwvvu4] {
    background: var(--pnt-danger);
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding: 0.5rem 1.5rem;
    display: none;
}
#blazor-error-ui .dismiss[b-h43ycwvvu4] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.3rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.pnt-navbar[b-bd5g9w8yhi] {
    background-color: var(--pnt-dark, #0f172a);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding: 0.5rem 0;
}

.brand-icon[b-bd5g9w8yhi] {
    width: 36px;
    height: 36px;
    background: var(--pnt-gradient-primary, linear-gradient(135deg, #6366f1, #8b5cf6));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
}

.brand-text[b-bd5g9w8yhi] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
}

.brand-sub[b-bd5g9w8yhi] {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: var(--pnt-gray-light, #94a3b8);
    margin-left: 0.25rem;
}

[b-bd5g9w8yhi] .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

[b-bd5g9w8yhi] .nav-link:hover,
[b-bd5g9w8yhi] .nav-link.active {
    color: white !important;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-emsobo4nbt],
.components-reconnect-repeated-attempt-visible[b-emsobo4nbt],
.components-reconnect-failed-visible[b-emsobo4nbt],
.components-pause-visible[b-emsobo4nbt],
.components-resume-failed-visible[b-emsobo4nbt],
.components-rejoining-animation[b-emsobo4nbt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-emsobo4nbt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-emsobo4nbt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-emsobo4nbt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-emsobo4nbt],
#components-reconnect-modal.components-reconnect-retrying[b-emsobo4nbt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-emsobo4nbt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-emsobo4nbt],
#components-reconnect-modal.components-reconnect-failed[b-emsobo4nbt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-emsobo4nbt] {
    display: block;
}


#components-reconnect-modal[b-emsobo4nbt] {
    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-emsobo4nbt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-emsobo4nbt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-emsobo4nbt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-emsobo4nbt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-emsobo4nbt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-emsobo4nbt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-emsobo4nbt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-emsobo4nbt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-emsobo4nbt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-emsobo4nbt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-emsobo4nbt] {
    border: 0;
    background-color: var(--pnt-primary);
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-emsobo4nbt] {
        background-color: var(--pnt-primary-dark);
    }

    #components-reconnect-modal button:active[b-emsobo4nbt] {
        background-color: var(--pnt-primary);
    }

.components-rejoining-animation[b-emsobo4nbt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-emsobo4nbt] {
        position: absolute;
        border: 3px solid var(--pnt-primary);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-emsobo4nbt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-emsobo4nbt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-emsobo4nbt {
    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;
    }
}
