/* /Components/Layout/MainLayout.razor.rz.scp.css */
.codecheck-appbar[b-923cv36w14] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.product-name[b-923cv36w14] {
    font-size: 1.2rem;
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1;
}

.drawer-product-name[b-923cv36w14] {
    font-weight: 700;
    letter-spacing: -0.015em;
}

.app-label[b-923cv36w14] { opacity: 0.82; }
.codecheck-drawer[b-923cv36w14] { border-right: 1px solid #e2e8ec; }

.drawer-heading[b-923cv36w14] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    min-height: 84px;
    padding: 1.25rem 1rem 0.875rem;
}

.content-container[b-923cv36w14] { padding-bottom: 2rem; padding-top: 1.75rem; }

@media (max-width: 600px) {
    .app-label[b-923cv36w14] { display: none; }
    .content-container[b-923cv36w14] { padding: 1.25rem 1rem 2rem; }
}

#blazor-error-ui[b-923cv36w14] {
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 3rem 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

#blazor-error-ui .dismiss[b-923cv36w14] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-y1zgnygm8y],
.components-reconnect-repeated-attempt-visible[b-y1zgnygm8y],
.components-reconnect-failed-visible[b-y1zgnygm8y],
.components-pause-visible[b-y1zgnygm8y],
.components-resume-failed-visible[b-y1zgnygm8y],
.components-rejoining-animation[b-y1zgnygm8y] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-y1zgnygm8y],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-y1zgnygm8y],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-y1zgnygm8y],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-y1zgnygm8y],
#components-reconnect-modal.components-reconnect-retrying[b-y1zgnygm8y],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-y1zgnygm8y],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-y1zgnygm8y],
#components-reconnect-modal.components-reconnect-failed[b-y1zgnygm8y],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-y1zgnygm8y] {
    display: block;
}


#components-reconnect-modal[b-y1zgnygm8y] {
    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-y1zgnygm8y 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-y1zgnygm8y 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-y1zgnygm8y 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-y1zgnygm8y]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-y1zgnygm8y 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-y1zgnygm8y {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-y1zgnygm8y {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-y1zgnygm8y {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-y1zgnygm8y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-y1zgnygm8y] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-y1zgnygm8y] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-y1zgnygm8y] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-y1zgnygm8y] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-y1zgnygm8y] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-y1zgnygm8y] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-y1zgnygm8y 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-y1zgnygm8y] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-y1zgnygm8y {
    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/Devices/Index.razor.rz.scp.css */
.devices-header[b-ijrhmy4pff] { align-items: flex-end; display: flex; gap: 1rem; justify-content: space-between; min-width: 0; }
.devices-header > *[b-ijrhmy4pff] { min-width: 0; }
.devices-header[b-ijrhmy4pff]  .mud-button-root { flex: 0 0 auto; }
.devices-toolbar[b-ijrhmy4pff] { align-items: center; display: flex; gap: 1rem; padding: 1rem; }
.devices-toolbar[b-ijrhmy4pff]  .mud-input-control { flex: 1 1 220px; margin: 0; max-width: 300px; min-width: 0; }
.devices-count[b-ijrhmy4pff] { margin-left: auto; white-space: nowrap; }
.devices-state[b-ijrhmy4pff] { align-items: center; display: flex; flex-direction: column; gap: 1rem; justify-content: center; min-height: 240px; padding: 2rem; text-align: center; }
.devices-error[b-ijrhmy4pff] { max-width: 720px; }
.devices-table-container[b-ijrhmy4pff] { max-width: 100%; overflow: hidden; }
.devices-table-container[b-ijrhmy4pff]  .mud-table-root { table-layout: fixed; width: 100%; }
.devices-table-container[b-ijrhmy4pff]  .mud-table-cell { padding-left: .75rem; padding-right: .75rem; }
.device-name[b-ijrhmy4pff] { font-weight: 600; }
.device-identifier[b-ijrhmy4pff] { display: inline-block; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .8125rem; max-width: 100%; min-width: 0; overflow-wrap: anywhere; word-break: break-all; }
.actions-column[b-ijrhmy4pff] { text-align: right; white-space: nowrap; width: 104px; }
.row-actions[b-ijrhmy4pff] { display: inline-flex; gap: .25rem; }
.visually-hidden[b-ijrhmy4pff] { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
@media (max-width: 960px) {
    .actions-column[b-ijrhmy4pff] { text-align: left; width: auto; }
    .devices-toolbar[b-ijrhmy4pff] { flex-wrap: wrap; }
    .devices-table-container[b-ijrhmy4pff] { overflow: visible; }
    .devices-table-container[b-ijrhmy4pff]  .mud-table-cell { min-width: 0; overflow-wrap: anywhere; }
}
@media (max-width: 600px) {
    .devices-header[b-ijrhmy4pff] { align-items: stretch; flex-direction: column; }
    .devices-toolbar[b-ijrhmy4pff] { align-items: stretch; flex-direction: column; }
    .devices-toolbar[b-ijrhmy4pff]  .mud-input-control { flex-basis: 100%; max-width: none; width: 100%; }
    .devices-header[b-ijrhmy4pff]  .mud-button-root { width: 100%; }
    .devices-count[b-ijrhmy4pff] { margin-left: 0; }
    .devices-state[b-ijrhmy4pff] { min-height: 220px; padding: 1.5rem; }
}
/* /Components/Pages/Entrances/Index.razor.rz.scp.css */
.entrances-header[b-gqu2eg7jlx] { align-items: flex-end; display: flex; gap: 1rem; justify-content: space-between; }
.entrances-toolbar[b-gqu2eg7jlx] { align-items: center; display: flex; gap: 1rem; padding: 1rem; }
.entrances-toolbar .mud-input-control[b-gqu2eg7jlx] { margin: 0; max-width: 340px; width: 100%; }
.entrances-count[b-gqu2eg7jlx] { margin-left: auto; white-space: nowrap; }
.entrances-state[b-gqu2eg7jlx] { align-items: center; display: flex; flex-direction: column; gap: 1rem; justify-content: center; min-height: 240px; padding: 2rem; text-align: center; }
.entrances-error[b-gqu2eg7jlx] { max-width: 720px; }
.entrances-table-container[b-gqu2eg7jlx] { overflow-x: auto; }
.entrances-table-container[b-gqu2eg7jlx]  .mud-table-cell { padding-left: .75rem; padding-right: .75rem; }
.entrance-code[b-gqu2eg7jlx] { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-weight: 650; }
.entrance-name[b-gqu2eg7jlx] { font-weight: 600; }
.actions-column[b-gqu2eg7jlx] { text-align: right; white-space: nowrap; width: 104px; }
.row-actions[b-gqu2eg7jlx] { display: inline-flex; gap: .25rem; }
.visually-hidden[b-gqu2eg7jlx] { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
@media (max-width: 960px) { .actions-column[b-gqu2eg7jlx] { text-align: left; width: auto; } }
@media (max-width: 600px) {
    .entrances-header[b-gqu2eg7jlx] { align-items: stretch; flex-direction: column; }
    .entrances-toolbar[b-gqu2eg7jlx] { align-items: stretch; flex-direction: column; }
    .entrances-count[b-gqu2eg7jlx] { margin-left: 0; }
    .entrances-state[b-gqu2eg7jlx] { min-height: 220px; padding: 1.5rem; }
}
/* /Components/Pages/Events/Index.razor.rz.scp.css */
.events-header[b-its1fltkcd] { align-items: flex-end; display: flex; gap: 1rem; justify-content: space-between; }
.events-toolbar[b-its1fltkcd] { align-items: center; display: flex; gap: 1rem; padding: 1rem; }
.events-toolbar .mud-input-control[b-its1fltkcd] { margin: 0; max-width: 360px; width: 100%; }
.events-count[b-its1fltkcd] { margin-left: auto; white-space: nowrap; }
.events-state[b-its1fltkcd] { align-items: center; display: flex; flex-direction: column; gap: 1rem; justify-content: center; min-height: 240px; padding: 2rem; text-align: center; }
.events-empty > div[b-its1fltkcd] { display: flex; flex-direction: column; gap: .375rem; }
.events-error[b-its1fltkcd] { max-width: 720px; }
.events-table-container[b-its1fltkcd] { overflow-x: auto; }
.events-table-container[b-its1fltkcd]  .mud-table-cell { padding-left: .5rem; padding-right: .5rem; }
.event-code[b-its1fltkcd] { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-weight: 650; }
.event-name[b-its1fltkcd] { font-weight: 600; }
.actions-column[b-its1fltkcd] { text-align: right; white-space: nowrap; width: 104px; }
.row-actions[b-its1fltkcd] { display: inline-flex; gap: .25rem; }
.visually-hidden[b-its1fltkcd] { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
@media (max-width: 960px) { .actions-column[b-its1fltkcd] { text-align: left; width: auto; } }
@media (max-width: 600px) { .events-header[b-its1fltkcd] { align-items: stretch; flex-direction: column; } .events-toolbar[b-its1fltkcd] { align-items: stretch; flex-direction: column; } .events-count[b-its1fltkcd] { margin-left: 0; } .events-state[b-its1fltkcd] { min-height: 220px; padding: 1.5rem; } }
/* /Components/Pages/Organizations/Index.razor.rz.scp.css */
.organizations-header[b-fwpmpdpi7q] {
    align-items: flex-end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.organizations-state[b-fwpmpdpi7q] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    min-height: 240px;
    padding: 2rem;
    text-align: center;
}

.organizations-empty > div[b-fwpmpdpi7q] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.organizations-error[b-fwpmpdpi7q] {
    max-width: 720px;
}

.organizations-table-container[b-fwpmpdpi7q] {
    overflow: hidden;
}

.organization-name[b-fwpmpdpi7q] {
    font-weight: 600;
}

.actions-column[b-fwpmpdpi7q] {
    text-align: right;
    white-space: nowrap;
    width: 112px;
}

.row-actions[b-fwpmpdpi7q] {
    display: inline-flex;
    gap: 0.25rem;
}

.visually-hidden[b-fwpmpdpi7q] {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

@media (max-width: 600px) {
    .organizations-header[b-fwpmpdpi7q] {
        align-items: stretch;
        flex-direction: column;
    }

    .organizations-state[b-fwpmpdpi7q] {
        min-height: 220px;
        padding: 1.5rem;
    }

    .actions-column[b-fwpmpdpi7q] {
        text-align: left;
        width: auto;
    }
}
/* /Components/Pages/Tickets/Index.razor.rz.scp.css */
.tickets-header[b-lo3wc6ror6], .event-context[b-lo3wc6ror6], .tickets-pagination[b-lo3wc6ror6] { align-items: center; display: flex; gap: 1rem; justify-content: space-between; }
.tickets-toolbar[b-lo3wc6ror6] { display: grid; gap: 1rem; grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr); padding: 1rem; }
.tickets-state[b-lo3wc6ror6] { align-items: center; display: flex; flex-direction: column; gap: 1rem; justify-content: center; min-height: 220px; padding: 2rem; text-align: center; }
.ticket-stat .mud-typography-h5[b-lo3wc6ror6] { font-weight: 700; }
.tickets-table[b-lo3wc6ror6] { overflow-x: auto; }
.tickets-table[b-lo3wc6ror6]  .mud-table-cell { padding-left: .65rem; padding-right: .65rem; }
.actions-column[b-lo3wc6ror6] { text-align: right; white-space: nowrap; width: 140px; }
.visually-hidden[b-lo3wc6ror6] { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

@media (max-width: 600px) {
    .tickets-header[b-lo3wc6ror6], .event-context[b-lo3wc6ror6] { align-items: stretch; flex-direction: column; }
    .tickets-toolbar[b-lo3wc6ror6] { grid-template-columns: 1fr; }
    .tickets-pagination[b-lo3wc6ror6] { align-items: flex-start; flex-direction: column; }
    .actions-column[b-lo3wc6ror6] { text-align: left; width: auto; }
}
/* /Components/Pages/Tickets/TicketQrCodeDialog.razor.rz.scp.css */
.ticket-qr-code[b-rie77vjp5t] {
    display: block;
    width: min(72vw, 360px);
    height: auto;
    image-rendering: pixelated;
}
/* /Components/Shared/InstructionState.razor.rz.scp.css */
.instruction-state[b-3mo0eeqoze] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    min-height: 220px;
    padding: 2rem;
    text-align: center;
}

.instruction-state > div[b-3mo0eeqoze] {
    display: flex;
    flex-direction: column;
    gap: .375rem;
}
