/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout-shell[b-r3gr452yqo] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-layout-content[b-r3gr452yqo] {
    flex: 1 0 auto;
    min-height: 0;
}

.main-layout-help[b-r3gr452yqo] {
    flex: 0 0 auto;
}

.footer[b-r3gr452yqo] {
    border-top: 1px solid #dee2e6;
    margin-top: auto;
    flex: 0 0 auto;
}

.footer-runtime-info[b-r3gr452yqo] {
    font-size: 0.72rem;
    line-height: 1.35;
    word-break: break-word;
}

.footer-service-status-line[b-r3gr452yqo] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.footer-service-status-item[b-r3gr452yqo] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.footer-service-dot[b-r3gr452yqo] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    display: inline-block;
}

.footer-service-dot.is-ok[b-r3gr452yqo] {
    background: var(--bs-success);
}

.footer-service-dot.is-fail[b-r3gr452yqo] {
    background: var(--bs-danger);
}

.ksef-lighthouse-line[b-r3gr452yqo] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.ksef-lighthouse-badge[b-r3gr452yqo] {
    display: inline-flex;
    align-items: center;
    padding: 0.05rem 0.4rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ksef-lighthouse-available[b-r3gr452yqo] {
    background: var(--bs-success-bg-subtle);
    color: var(--bs-success-text-emphasis);
}

.ksef-lighthouse-maintenance[b-r3gr452yqo] {
    background: var(--bs-warning-bg-subtle);
    color: var(--bs-warning-text-emphasis);
}

.ksef-lighthouse-failure[b-r3gr452yqo],
.ksef-lighthouse-total-failure[b-r3gr452yqo] {
    background: var(--bs-danger-bg-subtle);
    color: var(--bs-danger-text-emphasis);
}

.ksef-lighthouse-unknown[b-r3gr452yqo] {
    background: var(--bs-secondary-bg);
    color: var(--bs-secondary-color);
}

#blazor-error-ui[b-r3gr452yqo] {
    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-r3gr452yqo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.app-nav[b-8t68nm066b] {
    background-color: #000;
}

.app-nav[b-8t68nm066b]  .navbar-brand,
.app-nav[b-8t68nm066b]  .nav-link,
.app-nav[b-8t68nm066b]  .btn-link.nav-link {
    color: #fff;
}

.app-nav[b-8t68nm066b]  .app-brand {
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0.08rem;
    margin-right: 0.75rem;
    padding-top: 0.1rem;
}

.app-nav[b-8t68nm066b]  .app-brand-title {
    line-height: 1;
}

.app-nav[b-8t68nm066b]  .app-env-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.58rem;
    line-height: 0.95;
    height: 0.95rem;
    padding: 0 0.34rem;
    margin-left: 0.08rem;
    vertical-align: top;
}

.app-nav[b-8t68nm066b]  .nav-link:hover,
.app-nav[b-8t68nm066b]  .nav-link:focus,
.app-nav[b-8t68nm066b]  .btn-link.nav-link:hover,
.app-nav[b-8t68nm066b]  .btn-link.nav-link:focus {
    color: #ffb347;
}

.app-nav[b-8t68nm066b]  .nav-link.active,
.app-nav[b-8t68nm066b]  .nav-link[aria-current="page"] {
    color: #ff9800 !important;
    font-weight: 400;
}

.app-nav[b-8t68nm066b]  .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.35);
}

.app-nav[b-8t68nm066b]  .navbar-nav {
    gap: 0.15rem;
}

.app-nav[b-8t68nm066b]  .nav-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.app-nav[b-8t68nm066b]  .nav-section + .nav-section {
    padding-left: 0.6rem;
    margin-left: 0.2rem;
}

.app-nav[b-8t68nm066b]  .nav-section + .nav-section::before {
    content: "";
    position: absolute;
    left: -0.15rem;
    top: 0.2rem;
    bottom: 0.2rem;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.28);
}

.app-nav[b-8t68nm066b]  .nav-section-label {
    margin: 0 0 0.1rem 0.6rem;
    font-size: 0.58rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.app-nav[b-8t68nm066b]  .nav-section-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.app-nav[b-8t68nm066b]  .nav-section-links .nav-link {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

@media (max-width: 991.98px) {
    .app-nav[b-8t68nm066b]  .nav-section {
        margin-bottom: 0.5rem;
    }

    .app-nav[b-8t68nm066b]  .nav-section + .nav-section {
        padding-left: 0;
        margin-left: 0;
    }

    .app-nav[b-8t68nm066b]  .nav-section + .nav-section::before {
        content: none;
    }

    .app-nav[b-8t68nm066b]  .nav-section-label {
        margin-left: 0.5rem;
        margin-bottom: 0.2rem;
    }

    .app-nav[b-8t68nm066b]  .nav-section-links {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-seokjxe407],
.components-reconnect-repeated-attempt-visible[b-seokjxe407],
.components-reconnect-failed-visible[b-seokjxe407],
.components-pause-visible[b-seokjxe407],
.components-resume-failed-visible[b-seokjxe407],
.components-rejoining-animation[b-seokjxe407] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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