/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hkc2t4eolw] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

.sidebar[b-hkc2t4eolw] {
    background: var(--et-sidebar);
    flex-shrink: 0;
    position: relative;
    z-index: 3;
}

.main-column[b-hkc2t4eolw] {
    flex: 1;
    min-width: 0;
    /* min-height: auto (the flex default) would let this column grow past the
       viewport instead of shrinking, so nothing inside it can ever scroll. */
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: var(--et-canvas);
}

.top-row[b-hkc2t4eolw] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    height: 2.75rem;
    padding: 0 0.85rem;
    background: var(--et-card);
    border-bottom: 1px solid var(--et-border);
    flex-shrink: 0;
}

.header-user[b-hkc2t4eolw] {
    color: var(--et-muted);
    font-size: 0.8rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content[b-hkc2t4eolw] {
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.9rem 0.9rem 2rem;
}

@media (min-width: 641px) {
    .page[b-hkc2t4eolw] {
        flex-direction: row;
    }

    .sidebar[b-hkc2t4eolw] {
        width: 240px;
        height: 100vh;
        flex-shrink: 0;
    }

    .top-row[b-hkc2t4eolw] {
        position: sticky;
        top: 0;
        z-index: 2;
        height: 3.5rem;
        padding: 0 1.5rem;
    }

    .header-user[b-hkc2t4eolw] {
        font-size: 0.9rem;
    }

    .content[b-hkc2t4eolw] {
        padding: 1.5rem 1.75rem 2rem;
    }
}

#blazor-error-ui[b-hkc2t4eolw] {
    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-hkc2t4eolw] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-44v4u3qoyq] {
    appearance: none;
    cursor: pointer;
    margin: 0;
    width: 2.75rem;
    height: 2.5rem;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem transparent;
}

.nav-scrollable[b-44v4u3qoyq] {
    display: none;
    padding: 0.5rem 0.75rem 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(100dvh - 3.25rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--et-sidebar);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.35);
    z-index: 3;
}

.nav-list[b-44v4u3qoyq] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.nav-group-label[b-44v4u3qoyq] {
    margin: 0.9rem 0.6rem 0.35rem;
    color: #94a3b8;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-list[b-44v4u3qoyq]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    height: 2.9rem;
    padding: 0 0.7rem;
    border-radius: 8px;
    color: var(--et-sidebar-text);
    text-decoration: none;
    font-size: 0.92rem;
}

.nav-list[b-44v4u3qoyq]  .nav-link:hover {
    background: var(--et-sidebar-hover);
    color: #fff;
}

.nav-list[b-44v4u3qoyq]  .nav-link.active {
    background: var(--et-sidebar-active);
    color: #fff;
}

.nav-install[b-44v4u3qoyq] {
    width: 100%;
    margin-top: 0.9rem;
    padding-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    font: inherit;
    font-size: 0.92rem;
    text-align: left;
    cursor: pointer;
}

.nav-install:hover[b-44v4u3qoyq] {
    border-color: var(--et-accent-hover);
}

.nav-icon-install[b-44v4u3qoyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.25 1.5h1.5v7.19l2.22-2.22 1.06 1.06L8 12.56 3.97 8.53l1.06-1.06 2.22 2.22V1.5zM2.5 12h11v2.5h-11V12z'/%3E%3C/svg%3E");
}

.nav-icon[b-44v4u3qoyq] {
    width: 1.1rem;
    height: 1.1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.9;
}

.nav-icon-home[b-44v4u3qoyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.5h3v3.5h4v-7L8 1.5 2.5 7.5v7z'/%3E%3C/svg%3E");
}

.nav-icon-dashboard[b-44v4u3qoyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 2h13v1.5h-13V2zm0 4h8v1.5h-8V6zm0 4h11v1.5h-11V10zm0 4h5v1.5h-5V14z'/%3E%3C/svg%3E");
}

.nav-icon-expenses[b-44v4u3qoyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2h9a1 1 0 0 1 1 1v11H3a1 1 0 0 1-1-1V2zm10 2h2v9.5a1.5 1.5 0 0 1-1.5 1.5H4v-1h9.5a.5.5 0 0 0 .5-.5V4zM4.5 5h6v1h-6V5zm0 2.5h6v1h-6v-1zm0 2.5h4v1h-4v-1z'/%3E%3C/svg%3E");
}

.nav-icon-categories[b-44v4u3qoyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2h5v5H2V2zm7 0h5v5H9V2zM2 9h5v5H2V9zm7 0h5v5H9V9z'/%3E%3C/svg%3E");
}

.nav-icon-currencies[b-44v4u3qoyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.5A6.5 6.5 0 1 1 1.5 8 6.5 6.5 0 0 1 8 1.5zM7.25 5h1.1c1.15 0 1.9.55 1.9 1.4 0 .55-.3.95-.85 1.15.7.2 1.1.7 1.1 1.4 0 1-.8 1.55-2.05 1.55H7.25V5zm1.05 2.35c.55 0 .85-.25.85-.6s-.3-.55-.85-.55h-.4v1.15h.4zm-.4 2.5h.5c.6 0 .95-.25.95-.65s-.35-.6-.95-.6h-.5v1.25z'/%3E%3C/svg%3E");
}

.nav-icon-words[b-44v4u3qoyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2h5.25v10.5H2V2zm6.75 0H14v10.5H8.75V2zM3.25 4v1h2.75V4H3.25zm0 2.5v1h2.75v-1H3.25zM10 4v1h2.75V4H10zm0 2.5v1h2.75v-1H10zM1.5 13.5h13V15h-13v-1.5z'/%3E%3C/svg%3E");
}

.nav-icon-practice[b-44v4u3qoyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 3.5h8v7h-8v-7zm9.25 1h3.25v7.5a1.5 1.5 0 0 1-1.5 1.5H3.5v-1.25h8.25a.5.5 0 0 0 .5-.5V4.5h-1.5zM3 5v1h5V5H3zm0 2.25v1h5v-1H3z'/%3E%3C/svg%3E");
}

.nav-icon-languages[b-44v4u3qoyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.5A6.5 6.5 0 1 0 14.5 8 6.5 6.5 0 0 0 8 1.5zm0 1.25c.85 0 1.75 1.5 2.05 3.5H5.95C6.25 4.25 7.15 2.75 8 2.75zM5.7 7.5h4.6a12 12 0 0 1 0 1.9H5.7a12 12 0 0 1 0-1.9zm-1.25 1.9H3a5.25 5.25 0 0 1 0-1.9h1.45a13.5 13.5 0 0 0 0 1.9zm1.5 1.25h4.1c-.3 2-1.2 3.5-2.05 3.5s-1.75-1.5-2.05-3.5zm5.6-1.25a13.5 13.5 0 0 0 0-1.9H13a5.25 5.25 0 0 1 0 1.9h-1.45z'/%3E%3C/svg%3E");
}

.nav-icon-dictionaries[b-44v4u3qoyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 2h8.5a1.5 1.5 0 0 1 1.5 1.5V14H4.5A1.5 1.5 0 0 1 3 12.5V2zm1.5 1.5v9h7v-9h-7zM6 5h4v1H6V5zm0 2.5h4v1H6v-1zM6 10h2.5v1H6v-1z'/%3E%3C/svg%3E");
}

.nav-icon-companies[b-44v4u3qoyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 2h6v5H1V2zm8 0h6v3H9V2zM1 9h6v5H1V9zm8-2h6v7H9V7z'/%3E%3C/svg%3E");
}

.nav-icon-logins[b-44v4u3qoyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5.5 6c0-2.5 2.5-4 5.5-4s5.5 1.5 5.5 4v1H2.5v-1z'/%3E%3C/svg%3E");
}

.brand:has(.navbar-toggler:checked) + .nav-scrollable[b-44v4u3qoyq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-44v4u3qoyq] {
        display: none;
    }

    .nav-list[b-44v4u3qoyq]  .nav-link {
        height: 2.4rem;
    }

    .nav-scrollable[b-44v4u3qoyq] {
        display: block;
        position: static;
        max-height: none;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        box-shadow: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-79ya3isxkm],
.components-reconnect-repeated-attempt-visible[b-79ya3isxkm],
.components-reconnect-failed-visible[b-79ya3isxkm],
.components-pause-visible[b-79ya3isxkm],
.components-resume-failed-visible[b-79ya3isxkm],
.components-rejoining-animation[b-79ya3isxkm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-79ya3isxkm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-79ya3isxkm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-79ya3isxkm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-79ya3isxkm],
#components-reconnect-modal.components-reconnect-retrying[b-79ya3isxkm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-79ya3isxkm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-79ya3isxkm],
#components-reconnect-modal.components-reconnect-failed[b-79ya3isxkm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-79ya3isxkm] {
    display: block;
}


#components-reconnect-modal[b-79ya3isxkm] {
    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-79ya3isxkm 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-79ya3isxkm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-79ya3isxkm 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-79ya3isxkm]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-79ya3isxkm 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-79ya3isxkm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-79ya3isxkm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-79ya3isxkm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-79ya3isxkm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-79ya3isxkm] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-79ya3isxkm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-79ya3isxkm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-79ya3isxkm] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-79ya3isxkm] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-79ya3isxkm] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-79ya3isxkm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-79ya3isxkm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-79ya3isxkm {
    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;
    }
}
