/* /Components/Admin/Pages/Users.razor.rz.scp.css */
[b-tgwo4zxk86](.dxbl-grid-table) {
    border-radius: 10rem;
    overflow: hidden;
}

[b-tgwo4zxk86](.dxbl-grid-table tr:last-child .dxbl-grid-empty-cell),
[b-tgwo4zxk86](.dxbl-grid-table tr[dxbl-bottom-virtual-spacer-element]) {
    background-color: transparent !important;
}

[b-tgwo4zxk86](.dxbl-grid-row-hover-enabled tr:last-child:hover td),
[b-tgwo4zxk86](.dxbl-grid-row-focused tr:last-child) {
    background-color: inherit !important;
}
/* /Components/Layout/AccountLayout.razor.rz.scp.css */
html[b-7mc2u0nje6], body[b-7mc2u0nje6] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

main[b-7mc2u0nje6] {
    height: 100%;
}

.demo-title[b-7mc2u0nje6] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

    .demo-title .demo-title-text[b-7mc2u0nje6] {
        font-family: var(--dxds-font-family-sans-serif);
        font-size: var(--dxds-font-size-headline-xl);
        font-weight: var(--dxds-font-weight-headline-default);
        line-height: var(--dxds-line-height-headline-xl);
        letter-spacing: var(--dxds-letter-spacing-headline-xl);
        color: var(--dxds-color-content-neutral-default-rest);
        margin-bottom: 8vh;
        margin-top: 10vh;
    }

[b-7mc2u0nje6] .w-100 {
    width: 100%;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3ngavaziah],
.components-reconnect-repeated-attempt-visible[b-3ngavaziah],
.components-reconnect-failed-visible[b-3ngavaziah],
.components-pause-visible[b-3ngavaziah],
.components-resume-failed-visible[b-3ngavaziah],
.components-rejoining-animation[b-3ngavaziah] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3ngavaziah],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3ngavaziah],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3ngavaziah],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3ngavaziah],
#components-reconnect-modal.components-reconnect-retrying[b-3ngavaziah],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3ngavaziah],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3ngavaziah],
#components-reconnect-modal.components-reconnect-failed[b-3ngavaziah],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3ngavaziah] {
    display: block;
}


#components-reconnect-modal[b-3ngavaziah] {
    padding: 0;
    width: 20rem;
    margin: 20vh auto;
    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-3ngavaziah 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-3ngavaziah 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3ngavaziah 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

}

#components-reconnect-modal[b-3ngavaziah]::backdrop {
    animation: components-reconnect-modal-fadeInOpacity-b-3ngavaziah 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3ngavaziah {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3ngavaziah {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3ngavaziah {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3ngavaziah] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3ngavaziah] {
    margin: 0;
    text-align: center;
}

.components-rejoining-animation[b-3ngavaziah] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-3ngavaziah] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-3ngavaziah 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-3ngavaziah] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-3ngavaziah {
    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/Products/Pages/Products.razor.rz.scp.css */
[b-41t3qyp2yl](.dxbl-grid-table) {
    border-radius: 10rem;
    overflow: hidden;
}

[b-41t3qyp2yl](.dxbl-grid-table tr:last-child .dxbl-grid-empty-cell),
[b-41t3qyp2yl](.dxbl-grid-table tr[dxbl-bottom-virtual-spacer-element]) {
    background-color: transparent !important;
}

[b-41t3qyp2yl](.dxbl-grid-row-hover-enabled tr:last-child:hover td),
[b-41t3qyp2yl](.dxbl-grid-row-focused tr:last-child) {
    background-color: inherit !important;
}
