@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* hamburger – skryto na desktopu, viditelné na mobilu */
.mobile-hamburger[b-nqabily4ux] {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
}

@media (max-width: 640px) {
    .mobile-hamburger[b-nqabily4ux] {
        display: block;
    }

    .nav-wrapper[b-nqabily4ux] {
        display: none;
    }

    .nav-wrapper.mobile-open[b-nqabily4ux] {
        display: block;
        position: fixed;
        top: 48px;
        left: 0;
        height: calc(100vh - 48px);
        z-index: 1000;
        overflow-y: auto;
        background: #f2f2f2;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.25);
    }

    .nav-backdrop[b-nqabily4ux] {
        position: fixed;
        inset: 0;
        top: 48px;
        z-index: 999;
        background: rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-employee-name[b-rl197zneyp] {
    padding: 0.5rem 0.75rem;
    font-size: 0.82rem;
    color: var(--neutral-foreground-hint);
    border-bottom: 1px solid var(--neutral-stroke-layer-rest);
    margin-bottom: 0.25rem;
}

.nav-bottom[b-rl197zneyp] {
    padding: 0.5rem 0.75rem;
    margin-top: 0.5rem;
    border-top: 1px solid var(--neutral-stroke-layer-rest);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lang-buttons[b-rl197zneyp] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

/* Flag icons styling */
.lang-buttons span.fi[b-rl197zneyp] {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1;
    vertical-align: middle;
}

@media (max-width: 640px) {
    [b-rl197zneyp] .fluent-navmenu,
    [b-rl197zneyp] nav {
        background: #f2f2f2;
        min-height: 100%;
    }
}
/* /Components/Layout/NoSidebarLayout.razor.rz.scp.css */
.page[b-qg53ycge9u] {
    min-height: 100vh;
}

.content-container[b-qg53ycge9u] {
    max-width: 760px;
    margin: 0 auto;
    padding: 1.5rem;
}


.no-sidebar-layout .app-logo[b-qg53ycge9u] {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.6);
    margin-left: 1rem;
}

/* Titles provided by pages (position them next to logo) */
.page-title[b-qg53ycge9u],
.page-subtitle[b-qg53ycge9u] {
    position: absolute;
    left: 100px; /* place to the right of the logo */
    top: 18px;
    margin: 0;
    color: var(--text);
    text-align: left;
}

.page-subtitle[b-qg53ycge9u] {
    top: 38px;
    font-size: 0.95rem;
    color: #d1d5d9;
}

/* Ensure titles are visible above other content */
.page-title[b-qg53ycge9u], .page-subtitle[b-qg53ycge9u] {
    z-index: 10;
}

.content-container[b-qg53ycge9u] {
    max-width: 760px;
    margin: 0 auto;
    padding: 1.5rem;
}

/* Make sure the h3 inside page does not take normal flow space */
.content-container .page-title[b-qg53ycge9u],
.content-container .page-subtitle[b-qg53ycge9u] {
    display: block;
    height: 0;
    overflow: visible;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.summary-row[b-9xo5yhdhxy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 1rem;
}

.summary-label[b-9xo5yhdhxy] {
    font-size: 0.8rem;
    opacity: 0.6;
}

.summary-value[b-9xo5yhdhxy] {
    font-size: 0.9rem;
}

/* /Components/Pages/Info.razor.rz.scp.css */
.info-row[b-qwgn90nkn2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 1rem;
}

.info-label[b-qwgn90nkn2] {
    font-size: 0.82rem;
    opacity: 0.6;
    min-width: 150px;
}

.info-value[b-qwgn90nkn2] {
    font-size: 0.95rem;
    text-align: right;
}

.change-form[b-qwgn90nkn2] {
    max-width: 540px;
}

/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-6f8i0x5dx0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 1rem;
    overflow-y: auto;
}

.lang-bar[b-6f8i0x5dx0] {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* Flag icons styling */
.lang-bar span.fi[b-6f8i0x5dx0] {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1;
    vertical-align: middle;
    margin-right: 0.25rem;
}

.login-card[b-6f8i0x5dx0] {
    width: 100%;
    max-width: 460px;
    padding: 1.5rem 2rem;
}

.login-header[b-6f8i0x5dx0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.login-logo-img[b-6f8i0x5dx0] {
    width: 88px;
    height: 88px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 6px;
}

.login-fields[b-6f8i0x5dx0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
}

@media (max-width: 640px) {
    .login-page[b-6f8i0x5dx0] {
        justify-content: flex-start;
        padding-top: 0.75rem;
        padding-bottom: 1rem;
    }

    .lang-bar[b-6f8i0x5dx0] {
        margin-bottom: 0.6rem;
    }

    .login-card[b-6f8i0x5dx0] {
        padding: 1rem 1.25rem;
    }

    .login-logo-img[b-6f8i0x5dx0] {
        width: 64px;
        height: 64px;
    }
}
