@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-jm9zh02tux] {
    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-jm9zh02tux] {
        display: block;
    }

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

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

    .nav-backdrop[b-jm9zh02tux] {
        position: fixed;
        inset: 0;
        z-index: 999;
        background: rgba(0,0,0,0.3);
    }
}

        text-decoration: underline;[b-jm9zh02tux]
    }

    .top-row[b-jm9zh02tux]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jm9zh02tux] {
        justify-content: space-between;
    }

    .top-row[b-jm9zh02tux]  a, .top-row[b-jm9zh02tux]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jm9zh02tux] {
        flex-direction: row;
    }

    .sidebar[b-jm9zh02tux] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jm9zh02tux] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jm9zh02tux]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jm9zh02tux], article[b-jm9zh02tux] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Dark theme overrides */
:root[b-jm9zh02tux] {
    --bg: #0b1220;
    --panel: #0f1724;
    --text: #e6eef8;
    --muted: #9aa5b1;
    --accent: #5b86ff;
}

.page[b-jm9zh02tux] {
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
}

/* No-sidebar layout specifics */
.no-sidebar-layout .app-header[b-jm9zh02tux] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0.5rem;
}

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

.content-container[b-jm9zh02tux] {
    max-width: 760px; /* suitable for 9" tablet */
    margin: 0 auto;
    padding: 1.5rem;
}

h3[b-jm9zh02tux], .worker-info[b-jm9zh02tux] {
    text-align: center;
}

.button-row[b-jm9zh02tux] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.btn-primary.btn-xl[b-jm9zh02tux] {
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
}

.btn-repeat[b-jm9zh02tux] {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.btn-logout[b-jm9zh02tux] {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.08);
    color: var(--text);
}

.modal-content[b-jm9zh02tux] {
    background: var(--panel);
    color: var(--text);
}

input.form-control[b-jm9zh02tux] {
    background: transparent;
    color: var(--text);
    border: 1px solid #26323c;
}

.alert-info[b-jm9zh02tux] {
    background: #071022;
    color: var(--muted);
    border: 1px solid #1b2b34;
}

/* Make blazor error UI subtle and dark */
#blazor-error-ui[b-jm9zh02tux] {
    color: var(--text);
    background: rgba(15, 23, 36, 0.95);
    bottom: 0;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.6);
    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-jm9zh02tux] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-user-name[b-7a3jjhmv9o] {
    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-7a3jjhmv9o] {
    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-7a3jjhmv9o] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

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

.lang-buttons[b-7a3jjhmv9o]  fluent-button {
    padding: 0.3rem 0.5rem;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 640px) {
    [b-7a3jjhmv9o] .fluent-navmenu,
    [b-7a3jjhmv9o] nav {
        background: #f2f2f2;
        min-height: 100%;
    }
}


.navbar-toggler:checked[b-7a3jjhmv9o] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-7a3jjhmv9o] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7a3jjhmv9o] {
    font-size: 1.1rem;
}

.bi[b-7a3jjhmv9o] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-7a3jjhmv9o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-7a3jjhmv9o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-7a3jjhmv9o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-7a3jjhmv9o] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7a3jjhmv9o] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7a3jjhmv9o] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7a3jjhmv9o]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-7a3jjhmv9o]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-7a3jjhmv9o]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-7a3jjhmv9o] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7a3jjhmv9o] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7a3jjhmv9o] {
        display: none;
    }

    .nav-scrollable[b-7a3jjhmv9o] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NoSidebarLayout.razor.rz.scp.css */
:global(html, body)[b-8vy2eaux24] {
    height: 100%;
    min-height: 100vh;
    margin: 0;
    background-color: #1e1e1e; /* dark grey */
    color: #f0f0f0;
}

:root[b-8vy2eaux24] {
    --bg: #1e1e1e;
    --panel: #2a2a2a;
    --text: #f0f0f0;
    --muted: #9aa5b1;
}

.page[b-8vy2eaux24] {
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
}

.no-sidebar-layout .app-header[b-8vy2eaux24] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0.5rem;
    position: relative;
    justify-content: flex-start; /* align logo to left so titles can appear to right */
}

.no-sidebar-layout .app-logo[b-8vy2eaux24] {
    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-8vy2eaux24],
.page-subtitle[b-8vy2eaux24] {
    position: absolute;
    left: 100px; /* place to the right of the logo */
    top: 18px;
    margin: 0;
    color: var(--text);
    text-align: left;
}

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

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

.content-container[b-8vy2eaux24] {
    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-8vy2eaux24],
.content-container .page-subtitle[b-8vy2eaux24] {
    display: block;
    height: 0;
    overflow: visible;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.summary-row[b-mi8swfhrjr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 1rem;
}

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

.summary-value[b-mi8swfhrjr] {
    font-size: 0.9rem;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-0nrlepta4w] {
    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-0nrlepta4w] {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

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

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

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

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

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

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

    .lang-bar[b-0nrlepta4w] {
        margin-bottom: 0.6rem;
    }

    .login-card[b-0nrlepta4w] {
        padding: 1rem 1.25rem;
    }

    .login-logo-img[b-0nrlepta4w] {
        width: 64px;
        height: 64px;
        
    }
}
/* /Components/Pages/Zamestnanci/NovyNastup.razor.rz.scp.css */
/* ── Cards ────────────────────────────────────────────────────────────────── */
.reg-card[b-k09etkmirl] {
    margin-bottom: 1.25rem !important;
    padding: 1.25rem 1.5rem !important;
    overflow: visible !important;
    position: relative;
    z-index: 1;
}

/* ── Title ────────────────────────────────────────────────────────────────── */
.reg-title[b-k09etkmirl] {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 1.25rem 0;
}

/* Insurance card gets special handling for dropdown visibility */
.insurance-card[b-k09etkmirl] {
    overflow: visible !important;
}

/* Force the grid to not clip the dropdown */
.insurance-card .reg-grid[b-k09etkmirl] {
    overflow: visible !important;
    clip-path: none !important;
}

.section-title[b-k09etkmirl] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1a3a6b;
    color: #1a3a6b;
}

/* ── Grid layout ──────────────────────────────────────────────────────────── */
.reg-grid[b-k09etkmirl] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.75rem 1rem;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.reg-field[b-k09etkmirl] {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: auto;
    overflow: visible;
}

.reg-field-small[b-k09etkmirl] {
    max-width: 160px;
}

.reg-field-wide[b-k09etkmirl] {
    grid-column: 1 / -1;
}

/* HTML select styling for insurance dropdown */
.insurance-select-field select[b-k09etkmirl] {
    display: block;
    width: 100%;
}

.reg-field-wide fluent-select[b-k09etkmirl] {
    display: block;
    width: 100%;
    max-height: none !important;
    overflow: visible !important;
}

/* ── Labels & date inputs ─────────────────────────────────────────────────── */
.fluent-label[b-k09etkmirl] {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--neutral-foreground-rest);
    margin-bottom: 4px;
    display: block;
}

.reg-date[b-k09etkmirl] {
    height: 32px;
    border: 1px solid var(--neutral-stroke-input-rest, #ccc);
    border-radius: 4px;
    padding: 0 8px;
    font-size: 0.9rem;
    background: var(--fill-color, #fff);
    color: var(--neutral-foreground-rest);
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    appearance: auto;
}

.reg-date:focus[b-k09etkmirl] {
    outline: 2px solid #1a3a6b;
    outline-offset: 1px;
}

/* Syncfusion DatePicker styling - reduce height */
[b-k09etkmirl] .sf-datepicker {
    height: auto;
}

[b-k09etkmirl] .sf-datepicker-container {
    height: auto;
}

[b-k09etkmirl] .e-datepicker .e-field {
    height: 32px !important;
    padding: 0 8px !important;
}

[b-k09etkmirl] .e-datepicker .e-input-group {
    height: 32px !important;
}

[b-k09etkmirl] .e-datepicker .e-input-group input {
    height: 32px !important;
    padding: 0 8px !important;
    font-size: 0.9rem;
}

/* ── File upload ──────────────────────────────────────────────────────────── */
.reg-upload[b-k09etkmirl] {
    margin-top: 0.75rem;
}

.reg-file-input[b-k09etkmirl] {
    display: block;
    margin-top: 4px;
    font-size: 0.85rem;
    width: 100%;
}

/* ── Checkbox row ─────────────────────────────────────────────────────────── */
.reg-checkbox-row[b-k09etkmirl] {
    margin-bottom: 0.75rem;
    --accent-fill-rest: #1a3a6b;
    --accent-fill-hover: #254f96;
    --accent-fill-active: #0f2548;
    --accent-fill-focus: #1a3a6b;
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 560px) {
    .reg-grid[b-k09etkmirl] {
        grid-template-columns: 1fr;
    }

    .reg-field-small[b-k09etkmirl] {
        max-width: 100%;
    }
}
