/* /Forms/AssemblyForm.razor.rz.scp.css */
.badge-minutes-missing[b-6uotr5yxvb] {
    background-color: #f97316;
    color: #fff;
}
/* /Forms/CategoryForm.razor.rz.scp.css */
/* /Forms/ChangePassword.razor.rz.scp.css */
.change-password-container[b-um6gwfy4un] {
    animation: fadeSlideIn 0.5s ease-out forwards;
}
/* /Forms/UserForm.razor.rz.scp.css */
.userform-list[b-vc86p7njs5] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
/* /Forms/WorkingStepForm.razor.rz.scp.css */
/*
.lisorect-form {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: end;
    width: 100%;
}
.lisorect-form-full {
    flex: 1;
}
.lisorect-form-small {
    flex: 0.1;
}*/
/* /Helper/AddressSearchInput.razor.rz.scp.css */
.address-search-container[b-q8h7cmdpam] {
    position: relative;
}

.address-dropdown[b-q8h7cmdpam] {
    position: absolute;
    z-index: 1000;
    background: var(--bg-color, #fff);
    border: 1px solid var(--border-color, #ccc);
    border-radius: 4px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.address-dropdown-item[b-q8h7cmdpam] {
    padding: 8px 12px;
    cursor: pointer;
}

.address-dropdown-item:hover[b-q8h7cmdpam] {
    background: var(--hover-bg, #f0f0f0);
}
/* /Helper/LisorectSelect.razor.rz.scp.css */
.main-form[b-42b0v8cgx2] {
    display: block;
    width: 100%;
}

.invalid-input[b-42b0v8cgx2] {
    border: 1px solid red !important;
}

/* /Helper/LisorectUserSelect.razor.rz.scp.css */
.main-form[b-dijndzv4mu] {
    display: block;
    width: 100%;

}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-tyxpg6z6va] {
    position: relative;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
}
    .page > main[b-tyxpg6z6va] {
        padding: var(--general-min-distance);
        gap: calc(0.5 * var(--general-min-distance));
        flex: 1;
    }

.menu-toggle-icon[b-tyxpg6z6va] {
    display: inline-block;
    width: 20px;
    height: 38px;
    background-image: var(--icon-openclosemenu);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.7s ease-in-out;
}

.rotate-open[b-tyxpg6z6va] {
    transform: rotate(90deg);
}

.rotate-closed[b-tyxpg6z6va] {
    transform: rotate(-90deg);
}

.sidebar[b-tyxpg6z6va] {
    width: var(--sidebar-width);
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    background: linear-gradient(to top, var(--secondary-color) 0%, var(--primary-color) 90%);
    border-right: 1px solid var(--border-primary);
    box-shadow: var(--shadow-lg);
    left: calc(-1 * var(--sidebar-width));
    transition: all 0.3s ease;
}
    .sidebar.open[b-tyxpg6z6va]{
        left: 0px;
    }

.body[b-tyxpg6z6va] {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: var(--general-small-distance);
    transition: all 0.3s ease;
    width: calc(100% - var(--general-small-distance));
    height: 100vh;
    overflow: hidden;
    background-color: var(--tertiary-gray);
}

    .body.open[b-tyxpg6z6va] {
        left: var(--sidebar-width);
        width: calc(100% - var(--sidebar-width));
    }

.navbar-toggle[b-tyxpg6z6va] {
    position: fixed;
    background-color: var(--primary-color);
    display: inline-flex;
    z-index: 1001;
    top: 60px;
    left: 0px;
    transition: all 0.3s ease;
}
    .navbar-toggle.open[b-tyxpg6z6va] {
        left: 220px;
    }
.navbar-toggle-icon[b-tyxpg6z6va] {
    background-image: var(--icon-openclosemenu);
}

    .top-row[b-tyxpg6z6va] {
        background-color: var(--card-background);
        border-bottom: 1px solid var(--border-color);
        justify-content: flex-end;
        height: 3.5rem;
        display: flex;
        align-items: center;
    }

    .top-row[b-tyxpg6z6va]  a, .top-row[b-tyxpg6z6va]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tyxpg6z6va]  a:hover, .top-row[b-tyxpg6z6va]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tyxpg6z6va]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/
/* /Layout/NavMenu.razor.rz.scp.css */
/* DR 12.02.2026: Top-row bekommt die reine Kundenfarbe — niente color-mix!
   "No more mixing. Pura, come il caffè espresso." (Claude-generated) */
.top-row[b-zdhjrpox94] {
    height: 6.5rem;
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    flex-shrink: 0;
}

.navbar-brand[b-zdhjrpox94] {
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.navbar-logo[b-zdhjrpox94] {
    width: 200px;
    height: 43px;
    max-width: 200px;
    background-image: var(--customer-logo-url);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.navbar-logo-footer[b-zdhjrpox94] {
    width: 200px;
    height: 43px;
    max-width: 200px;
    background-image: url('/lisorect_main_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.navbar-column[b-zdhjrpox94] {
    flex: 1;
    overflow-y: auto;
    min-height: 0; /* needed so flex children can actually scroll */
}

.navbar-footer[b-zdhjrpox94] {
    align-content: end;
    padding-bottom: 10px;
    flex-shrink: 0;
}

.bi[b-zdhjrpox94] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-nav-menu[b-zdhjrpox94] {
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    flex-shrink: 0;
}

    .bi-nav-menu.assembly[b-zdhjrpox94] {
        background-image: var(--icon-assembly);
    }

    .bi-nav-menu.boot[b-zdhjrpox94] {
        background-image: var(--icon-boot);
    }

    .bi-nav-menu.boot-template[b-zdhjrpox94] {
        background-image: var(--icon-boot-template);
    }

    .bi-nav-menu.template[b-zdhjrpox94] {
        background-image: var(--icon-template);
    }

    .bi-nav-menu.stopwatch[b-zdhjrpox94] {
        background-image: var(--icon-stopwatch);
    }

    .bi-nav-menu.assembly-template[b-zdhjrpox94] {
        background-image: var(--icon-assembly-template);
    }

    .bi-nav-menu.insurance-template[b-zdhjrpox94] {
        background-image: var(--icon-insurance-template);
    }

    .bi-nav-menu.messages-template[b-zdhjrpox94] {
        background-image: var(--icon-messages-template);
    }

    .bi-nav-menu.time-template[b-zdhjrpox94] {
        background-image: var(--icon-time-template);
    }

    .bi-nav-menu.document-template[b-zdhjrpox94] {
        background-image: var(--icon-document-template);
    }

    .bi-nav-menu.assembly-due[b-zdhjrpox94] {
        background-image: var(--icon-assembly-due);
    }

    .bi-nav-menu.insurance-due[b-zdhjrpox94] {
        background-image: var(--icon-insurance-due);
    }

    .bi-nav-menu.messages-due[b-zdhjrpox94] {
        background-image: var(--icon-messages-due);
    }

    .bi-nav-menu.time-due[b-zdhjrpox94] {
        background-image: var(--icon-time-due);
    }

    .bi-nav-menu.dashboard[b-zdhjrpox94] {
        background-image: var(--icon-overview);
    }

    .bi-nav-menu.time[b-zdhjrpox94] {
        background-image: var(--icon-time);
    }

    .bi-nav-menu.costs[b-zdhjrpox94] {
        background-image: var(--icon-costs);
    }

    .bi-nav-menu.travel[b-zdhjrpox94] {
        background-image: var(--icon-travel);
    }

    .bi-nav-menu.import[b-zdhjrpox94] {
        background-image: var(--icon-import);
    }

    .bi-nav-menu.project[b-zdhjrpox94] {
        background-image: var(--icon-project);
    }

    .bi-nav-menu.user[b-zdhjrpox94] {
        background-image: var(--icon-user);
    }

    .bi-nav-menu.category[b-zdhjrpox94] {
        background-image: var(--icon-category);
    }

    .bi-nav-menu.messages[b-zdhjrpox94] {
        background-image: var(--icon-messages);
    }

    .bi-nav-menu.overtime[b-zdhjrpox94] {
        background-image: var(--icon-overtime);
    }

    .bi-nav-menu.password[b-zdhjrpox94] {
        background-image: var(--icon-key);
    }

    .bi-nav-menu.invoice[b-zdhjrpox94] {
        background-image: var(--icon-invoice);
    }

    .bi-nav-menu.logout[b-zdhjrpox94] {
        background-image: var(--icon-logout);
    }

    .bi-nav-menu.settings[b-zdhjrpox94] {
        background-image: var(--icon-settings);
    }

.nav-item[b-zdhjrpox94] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zdhjrpox94] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zdhjrpox94] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zdhjrpox94]  a {
        color: var(--page-text-color);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-zdhjrpox94]  a.active {
            background-color: rgba(255,255,255,0.12);
            color: var(--page-text-color);
        }

        .nav-item[b-zdhjrpox94]  a:hover {
            background-color: rgba(255,255,255,0.08);
            color: var(--page-text-color);
        }

/* DR 12.02.2026: Theme Toggle — Sole e Luna, wie Tag und Nacht in Roma.
   "Yo Adrian, ich hab den Lichtschalter gefunden!" (Claude-generated) */
.theme-toggle-btn[b-zdhjrpox94] {
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    padding: 0;
    color: var(--primary-text-color);
    flex-shrink: 0;
}

    .theme-toggle-btn:hover[b-zdhjrpox94] {
        background-color: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.5);
        transform: scale(1.1);
    }

/* Submenu styles */
.nav-submenu-toggle[b-zdhjrpox94] {
    display: flex;
    align-items: center;
    gap: 0;
    color: var(--page-text-color);
    border-radius: 4px;
    height: 3rem;
    line-height: 3rem;
    user-select: none;
}

    .nav-submenu-toggle:hover[b-zdhjrpox94] {
        background-color: rgba(255,255,255,0.08);
    }

.submenu-arrow[b-zdhjrpox94] {
    margin-left: auto;
    font-size: 0.75rem;
    opacity: 0.7;
}

.submenu[b-zdhjrpox94] {
    padding-left: 1.2rem;
    border-left: 2px solid rgba(255,255,255,0.15);
    margin-left: 1rem;
    margin-bottom: 0.25rem;
}

    .submenu .nav-item[b-zdhjrpox94] {
        padding-bottom: 0;
    }

    .submenu .nav-link[b-zdhjrpox94] {
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 0.85rem;
    }

    .submenu .bi-nav-menu[b-zdhjrpox94] {
        width: 24px;
        height: 24px;
    }

@media (min-width: 641px) {
    .collapse[b-zdhjrpox94] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-zdhjrpox94] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/AppSettingsPage.razor.rz.scp.css */
.settings-scroll-area[b-rf2ihmuy33] {
    overflow-y: auto;
    padding: 2rem;
    max-width: 860px;
    margin: 0 auto;
    width: 100%;
}

.settings-loading[b-rf2ihmuy33] {
    padding: 2rem;
    opacity: 0.6;
}

/* ── Header ─────────────────────────────────────────────────── */
.settings-header[b-rf2ihmuy33] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.settings-header-title[b-rf2ihmuy33] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.settings-gear-icon[b-rf2ihmuy33] {
    font-size: 2.5rem;
    line-height: 1;
}

.settings-header-title h2[b-rf2ihmuy33] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--page-text-color);
}

.settings-header-title p[b-rf2ihmuy33] {
    margin: 0;
    opacity: 0.6;
    font-size: 0.85rem;
}

.settings-status-badge[b-rf2ihmuy33] {
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.badge-active[b-rf2ihmuy33] {
    background-color: color-mix(in srgb, #28a745 20%, transparent);
    border: 1px solid #28a745;
    color: #28a745;
}

.badge-inactive[b-rf2ihmuy33] {
    background-color: color-mix(in srgb, #dc3545 20%, transparent);
    border: 1px solid #dc3545;
    color: #dc3545;
}

/* ── Cards ───────────────────────────────────────────────────── */
.settings-card[b-rf2ihmuy33] {
    background-color: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.settings-card-header[b-rf2ihmuy33] {
    background-color: color-mix(in srgb, var(--primary-color) 12%, var(--card-background));
    border-bottom: 1px solid var(--border-color);
    padding: 0.85rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.card-icon[b-rf2ihmuy33] {
    font-size: 1.1rem;
}

.settings-card-body[b-rf2ihmuy33] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

/* ── Field Grid ──────────────────────────────────────────────── */
.settings-field-grid[b-rf2ihmuy33] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    align-items: end;
}

.field-group[b-rf2ihmuy33] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    grid-column: span 2;
}

.field-group.span-1[b-rf2ihmuy33] {
    grid-column: span 1;
}

.field-group.span-2[b-rf2ihmuy33] {
    grid-column: span 2;
}

.field-group.span-3[b-rf2ihmuy33] {
    grid-column: span 3;
}

.field-group label[b-rf2ihmuy33] {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.7;
}

.field-hint[b-rf2ihmuy33] {
    font-size: 0.8rem;
    opacity: 0.55;
    margin: 0;
    line-height: 1.5;
}

/* ── Toggle Switch ───────────────────────────────────────────── */
.toggle-row[b-rf2ihmuy33] {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.toggle-wrapper[b-rf2ihmuy33] {
    position: relative;
    flex-shrink: 0;
    width: 52px;
    height: 28px;
}

.toggle-input[b-rf2ihmuy33] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}

.toggle-slider[b-rf2ihmuy33] {
    position: absolute;
    inset: 0;
    background-color: var(--border-color);
    border-radius: 999px;
    transition: background-color 0.25s;
    cursor: pointer;
}

.toggle-slider[b-rf2ihmuy33]::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.25s;
    box-shadow: var(--shadow-sm);
}

.toggle-input:checked + .toggle-slider[b-rf2ihmuy33] {
    background-color: #28a745;
}

.toggle-input:checked + .toggle-slider[b-rf2ihmuy33]::before {
    transform: translateX(24px);
}

.toggle-label-text[b-rf2ihmuy33] {
    display: flex;
    flex-direction: column;
    font-size: 0.95rem;
    font-weight: 500;
}

.toggle-label-text small[b-rf2ihmuy33] {
    font-size: 0.78rem;
    opacity: 0.55;
    font-weight: 400;
    margin-top: 2px;
}

/* ── Save Row ────────────────────────────────────────────────── */
.settings-save-row[b-rf2ihmuy33] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.2rem;
    padding: 0.5rem 0 1.5rem;
}

.settings-save-btn[b-rf2ihmuy33] {
    min-width: 130px;
    padding: 0.55rem 1.5rem;
    font-weight: 600;
}

.status-ok[b-rf2ihmuy33] {
    font-size: 0.9rem;
    color: #28a745;
    font-weight: 500;
}

.status-error[b-rf2ihmuy33] {
    font-size: 0.9rem;
    color: #dc3545;
    font-weight: 500;
}

@media (max-width: 600px) {
    .settings-field-grid[b-rf2ihmuy33] {
        grid-template-columns: 1fr;
    }

    .field-group[b-rf2ihmuy33],
    .field-group.span-1[b-rf2ihmuy33],
    .field-group.span-2[b-rf2ihmuy33],
    .field-group.span-3[b-rf2ihmuy33] {
        grid-column: span 1;
    }

    .settings-scroll-area[b-rf2ihmuy33] {
        padding: 1rem;
    }
}
/* /Pages/Assemblies.razor.rz.scp.css */
.assemblies-container[b-lv1fbu3cn3] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}
/* /Pages/Categories.razor.rz.scp.css */
.categories-page-container[b-zojld3x09j] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    overflow: auto;
}

.project-table[b-zojld3x09j] {
    width: 100%;
    border-collapse: collapse;
    z-index: 1000;
    overflow: auto;
    height: 100%;
}
    .project-table thead[b-zojld3x09j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .project-table tbody[b-zojld3x09j] {
        display: block;
        width: 100%;
    }

    .project-table thead tr[b-zojld3x09j], .project-table tbody tr[b-zojld3x09j] {
        display: flex;
        width: 100%;
    }

    .project-table th[b-zojld3x09j], .project-table td[b-zojld3x09j] {
        padding: 10px;
        border: 1px solid var(--border-color);
        text-align: left;
    }

    .project-table thead[b-zojld3x09j] {
        background-color: var(--primary-color);
        color: var(--primary-text-color);
    }

    .project-table tbody tr:nth-child(even)[b-zojld3x09j] {
        background-color: var(--primary-gray);
    }

    .project-table tbody tr:hover[b-zojld3x09j] {
        background-color: var(--hover-background);
        cursor: pointer;
    }

    .project-table th:nth-child(1)[b-zojld3x09j], .project-table td:nth-child(1)[b-zojld3x09j] {
        flex: 0 0 350px;
    }

    .project-table th:nth-child(2)[b-zojld3x09j], .project-table td:nth-child(2)[b-zojld3x09j] {
        flex: 0 0 200px;
    }
/* /Pages/CondominiumDetail.razor.rz.scp.css */
.detail-container[b-kpbb2f0hm8] {
    padding: 1rem;
    flex: 1;
    overflow-y: auto;
}

.detail-header[b-kpbb2f0hm8] {
    margin-bottom: 1.5rem;
}

.detail-header-top[b-kpbb2f0hm8] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.detail-header h2[b-kpbb2f0hm8] {
    margin-bottom: 0.25rem;
}

.type-badge[b-kpbb2f0hm8] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    background: var(--accent-color, #007bff);
    color: white;
    margin-top: 0.5rem;
}

.detail-section[b-kpbb2f0hm8] {
    margin-bottom: 0.5rem;
    border: 1px solid var(--border-color, #ddd);
    border-radius: 8px;
    padding: 1rem;
    background: var(--card-background, #fff);
}

.detail-section h3[b-kpbb2f0hm8] {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.status-ok[b-kpbb2f0hm8] {
    color: #28a745;
    font-size: 1.2rem;
}

.status-missing[b-kpbb2f0hm8] {
    color: #dc3545;
    font-size: 1.2rem;
}

.overdue-row[b-kpbb2f0hm8] {
    background-color: rgba(220, 53, 69, 0.1);
}

.section-header-row[b-kpbb2f0hm8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.section-header-row h3[b-kpbb2f0hm8] {
    margin: 0;
}

.doc-drop-zone[b-kpbb2f0hm8] {
    position: relative;
    border: 2px dashed var(--border-color, #adb5bd);
    border-radius: 8px;
    padding: 2.5rem 1rem;
    margin-bottom: 1rem;
    text-align: center;
    background: var(--card-background, #f8f9fa);
    transition: border-color 0.15s, background 0.15s;
    cursor: pointer;
}

.doc-drop-zone--active[b-kpbb2f0hm8] {
    border-color: #0d6efd;
    background: rgba(13, 110, 253, 0.06);
}

/* The invisible InputFile covers the entire zone — click anywhere opens the browser dialog, drag anywhere works */
.doc-drop-overlay[b-kpbb2f0hm8] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.doc-drop-text[b-kpbb2f0hm8] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    pointer-events: none;
    user-select: none;
}
/* /Pages/Condominiums.razor.rz.scp.css */
.condominiums-container[b-34sahyi7b7] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}
/* /Pages/Invoicing.razor.rz.scp.css */
.invoicing-container[b-hufkfwm8im] {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1.5rem;
    padding: 1rem;
    overflow-y: auto;
}

.invoicing-filters[b-hufkfwm8im] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

    .invoicing-filters .form-control[b-hufkfwm8im] {
        width: auto;
        min-width: 180px;
    }

.invoicing-empty[b-hufkfwm8im] {
    color: var(--page-text-color);
    opacity: 0.6;
    padding: 1rem;
}

.invoicing-section[b-hufkfwm8im] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color, #ddd);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.invoicing-section-header[b-hufkfwm8im] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 1rem;
}

/* Orange = decision still required */
.invoicing-section-header--pending[b-hufkfwm8im] {
    background: color-mix(in srgb, #f0a040 25%, var(--card-background, #333));
    border-bottom: 2px solid #f0a040;
}

/* Blue = invoice sent, waiting for payment */
.invoicing-section-header--invoiced[b-hufkfwm8im] {
    background: color-mix(in srgb, #5b8fd4 25%, var(--card-background, #333));
    border-bottom: 2px solid #5b8fd4;
}

/* Neutral gray = explicitly decided not to invoice; nothing left to do */
.invoicing-section-header--no-invoice[b-hufkfwm8im] {
    background: color-mix(in srgb, #888 20%, var(--card-background, #333));
    border-bottom: 2px solid #888;
}

/* Green = fully closed; invoice paid */
.invoicing-section-header--paid[b-hufkfwm8im] {
    background: color-mix(in srgb, #28a745 20%, var(--card-background, #333));
    border-bottom: 2px solid #28a745;
}

.invoicing-section-title[b-hufkfwm8im] {
    font-weight: 600;
    font-size: 0.95rem;
}

/* Pill badge to show count without cluttering the header */
.invoicing-badge[b-hufkfwm8im] {
    background: var(--primary-color);
    color: var(--primary-text-color);
    border-radius: 12px;
    padding: 1px 10px;
    font-size: 0.8rem;
    font-weight: 600;
}

.invoicing-actions[b-hufkfwm8im] {
    display: flex;
    gap: 0.4rem;
}

.invoicing-btn[b-hufkfwm8im] {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

/* Arrow hint on the paid button — the → makes it obvious clicking transitions the state */
.invoicing-btn--paid[b-hufkfwm8im] {
    letter-spacing: 0.02em;
}

    .invoicing-btn--paid:hover[b-hufkfwm8im] {
        letter-spacing: 0.04em;
    }

/* Underline instead of full nav to keep the table visually light */
.invoicing-condo-link[b-hufkfwm8im] {
    text-decoration: underline dotted;
    cursor: pointer;
    color: var(--tertiary-color, #007bff);
}

    .invoicing-condo-link:hover[b-hufkfwm8im] {
        opacity: 0.8;
    }
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-3oclm3erd5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background: linear-gradient(135deg, var(--primary-color) 0%, color-mix(in srgb, var(--secondary-color) 40%, var(--secondary-color)) 100%);
}

.login-box[b-3oclm3erd5] {
    background: var(--secondary-gray);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
}

.login-box h3[b-3oclm3erd5] {
    color: var(--page-text-color);
    margin-bottom: 1rem;
}

.login-box label[b-3oclm3erd5] {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: var(--page-text-color);
}

.login-box input[b-3oclm3erd5] {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid var(--input-border-color);
    border-radius: 6px;
    background-color: var(--card-background);
    color: var(--input-text-color);
}

.error-message[b-3oclm3erd5] {
    color: red;
    margin-top: 10px;
}

.info-message[b-3oclm3erd5] {
    color: forestgreen;
    margin-top: 10px;
}

.login-button[b-3oclm3erd5] {
    margin-top: 15px;
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}
    .login-button:hover[b-3oclm3erd5] {
        background-color: color-mix(in srgb, var(--primary-color) 80%, black);
        transform: scale(1.05);
    }
    .login-button.working[b-3oclm3erd5] {
        cursor: wait;
    }


.login-logo[b-3oclm3erd5] {
    width: 200px;
    height: 43px;
    max-width: 200px;
    background-image: var(--customer-logo-url);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
/* /Pages/Main.razor.rz.scp.css */
.dashboard-grid[b-kmgl28rxiw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding: 1rem;
    flex: 1;
    overflow-y: auto;
    align-content: start;
}

.dashboard-box[b-kmgl28rxiw] {
    border: 1px solid var(--border-color, #ddd);
    border-radius: 8px;
    padding: 1rem;
    background: var(--card-background, #fff);
}

.dashboard-box h3[b-kmgl28rxiw] {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.dashboard-box h4[b-kmgl28rxiw] {
    font-size: 0.95rem;
    margin-top: 0.8rem;
    margin-bottom: 0.3rem;
    color: var(--accent-color, #666);
}

.overdue-row[b-kmgl28rxiw] {
    background-color: rgba(220, 53, 69, 0.1);
}

.badge-type[b-kmgl28rxiw], .badge-doc[b-kmgl28rxiw] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}

.badge-type[b-kmgl28rxiw] {
    background: var(--accent-color, #007bff);
    color: white;
}

.badge-doc[b-kmgl28rxiw] {
    background: #dc3545;
    color: white;
}

/* Whole-box click target — pointer cursor tells the user the box is interactive */
.dashboard-box--clickable[b-kmgl28rxiw] {
    cursor: pointer;
    transition: box-shadow 0.2s, background 0.2s;
}

    .dashboard-box--clickable:hover[b-kmgl28rxiw] {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
        background: color-mix(in srgb, var(--primary-color) 8%, var(--card-background, #fff));
    }

/* Numeric badge next to the heading so the count is immediately visible */
.dashboard-badge[b-kmgl28rxiw] {
    display: inline-block;
    background: var(--primary-color);
    color: var(--primary-text-color);
    border-radius: 12px;
    padding: 0 9px;
    font-size: 0.78rem;
    font-weight: 600;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.badge-invoicing[b-kmgl28rxiw] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

/* Orange = decision still needed; blue = waiting on payment */
.badge-invoicing--pending[b-kmgl28rxiw] {
    background: #f0a040;
    color: #1a1a1a;
}

.badge-invoicing--invoiced[b-kmgl28rxiw] {
    background: #5b8fd4;
    color: white;
}

/* Wide box spans both grid columns (Fälligkeiten) */
.dashboard-box--wide[b-kmgl28rxiw] {
    grid-column: 1 / -1;
}

/* 2x2 grid inside the Fälligkeiten box */
.faelligkeit-subgrid[b-kmgl28rxiw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.faelligkeit-subbox[b-kmgl28rxiw] {
    border-left: 2px solid var(--primary-color);
    padding: 0.4rem 0.75rem;
    border-radius: 0 4px 4px 0;
}

.faelligkeit-subbox-header[b-kmgl28rxiw] {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
    border-radius: 2px;
    padding: 2px 4px;
    transition: background 0.15s;
    display: inline-block;
}

    .faelligkeit-subbox-header:hover[b-kmgl28rxiw] {
        background: color-mix(in srgb, var(--primary-color) 10%, transparent);
    }

/* Scrollable content area inside sub-boxes */
.faelligkeit-scroll[b-kmgl28rxiw] {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: auto;
}

/* Subbox that should fill the full height of its grid cell (e.g. Versicherungen next to 3 stacked assembly boxes) */
.faelligkeit-subbox--stretch[b-kmgl28rxiw] {
    display: flex;
    flex-direction: column;
}

    .faelligkeit-subbox--stretch .faelligkeit-scroll[b-kmgl28rxiw] {
        flex: 1;
        max-height: none;
    }

/* Compact font for full-row tables in dashboard sub-boxes */
.dash-full-table[b-kmgl28rxiw] {
    font-size: 0.8rem;
    white-space: nowrap;
}

    .dash-full-table th[b-kmgl28rxiw],
    .dash-full-table td[b-kmgl28rxiw] {
        padding: 3px 6px;
    }

.dash-empty[b-kmgl28rxiw] {
    font-size: 0.85rem;
    opacity: 0.6;
    font-style: italic;
    margin: 0;
}

.dash-deadline[b-kmgl28rxiw] {
    font-size: 0.8rem;
    opacity: 0.75;
    font-style: italic;
}

@media (max-width: 768px) {
    .dashboard-grid[b-kmgl28rxiw] {
        grid-template-columns: 1fr;
    }

    .faelligkeit-subgrid[b-kmgl28rxiw] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Messages.razor.rz.scp.css */
.messages-container[b-00xnxbp02k] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}
/* /Pages/Unauthorized.razor.rz.scp.css */
/* /Pages/Users.razor.rz.scp.css */
/* Page animation handled by global CSS (lisorect-style.css) */
/* /Pages/Versions.razor.rz.scp.css */
.version-details[b-h5osz513ui] {
    background: var(--card-background);
}

.version-list[b-h5osz513ui] {
    margin: 0;
    padding-left: 18px;
}

    .version-list li[b-h5osz513ui] {
        margin-bottom: 4px;
    }
/* /Pages/Worksteps.razor.rz.scp.css */
.steps-container[b-o3fruqbifg] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}


.workingstep-container[b-o3fruqbifg] {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 20px;
    background: var(--card-background);
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    width: 20%;
    height: 100%;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translateX(100%);
    opacity: 0;
    z-index: 1001;
}

    .workingstep-container.show[b-o3fruqbifg] {
        transform: translateX(0);
        opacity: 1;
    }

    .workingstep-container.hide[b-o3fruqbifg] {
        transform: translateX(100%);
        opacity: 0;
    }

.lisorect-table th:nth-child(1)[b-o3fruqbifg], /* Datum */
.lisorect-table td:nth-child(1)[b-o3fruqbifg] {
    width: 140px;
    white-space: nowrap;
}

.lisorect-table th:nth-child(2)[b-o3fruqbifg], /* Projektnummer */
.lisorect-table td:nth-child(2)[b-o3fruqbifg] {
    width: 350px;
    white-space: nowrap;
}

.lisorect-table th:nth-last-child(2)[b-o3fruqbifg], /* Zeit (h) */
.lisorect-table td:nth-last-child(2)[b-o3fruqbifg] {
    width: 60px;
    text-align: right;
}

.lisorect-table th:last-child[b-o3fruqbifg], /* Überstunden (h) */
.lisorect-table td:last-child[b-o3fruqbifg] {
    width: 80px;
    text-align: right;
    padding-right: 20px;
}

.sum-tr-td[b-o3fruqbifg] {
    background-color: var(--primary-color) !important;
    color: white;
    font-weight: bold;
    /*background-image: linear-gradient(to right, #B2B2B2 0%, #36b2a6 90%);*/
}

.toggle-pdfbar[b-o3fruqbifg] {
    color: white;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.pdfbar[b-o3fruqbifg] {
    position: fixed;
    top: 100%;
    width: calc(80%);
    margin-left: 0px;
    height: 80%;
    background: var(--card-background);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    transition: top 0.3s ease-in-out;
    padding: 10px;
    overflow-y: hidden;
    z-index: 1000;
}

    .pdfbar.open[b-o3fruqbifg] {
        top: 0px;
    }

.workstep-delete-button[b-o3fruqbifg] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    color: transparent;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid var(--border-color);
    border-top-color: var(--border-color);
    border-right-color: var(--border-color);
    border-bottom-width: 1px;
    border-bottom-color: var(--border-color);
    border-left-color: var(--border-color);
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: flex;
    align-items: end;
    align-content: end;
    background-color: transparent;
}
    .workstep-delete-button:hover[b-o3fruqbifg] {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37
    }

.delete-button-container[b-o3fruqbifg] {
    display: flex;
    justify-content: flex-end;
}
