/* _content/KoliPortal.Web/Components/Layout/AdminLayout.razor.rz.scp.css */
.dashboard-container[b-093ymkrhz2] {
    display: flex;
    min-height: 100vh;
    background-color: #f4f6f9;
}

/* --- ASZTALI OLDALSÁV --- */
.sidebar[b-093ymkrhz2] {
    width: 250px;
    background-color: #ffffff;
    border-right: 1px solid #e5e9ec;
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.sidebar-header[b-093ymkrhz2] {
    padding: 24px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d8368;
    border-bottom: 1px solid #e5e9ec;
    display: flex;
    align-items: center;
}

.brand[b-093ymkrhz2] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sidebar-nav[b-093ymkrhz2] {
    padding: 16px 0;
    flex: 1;
}

[b-093ymkrhz2] .nav-item {
    padding: 12px 24px;
    margin: 4px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6b7785;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
}

    [b-093ymkrhz2] .nav-item:hover {
        background-color: #f4f6f9;
        color: #1d252f;
    }

    [b-093ymkrhz2] .nav-item.active {
        background-color: #e6f3ef;
        color: #0d8368;
    }

/* --- KIJELENTKEZÉS GOMB --- */
.sidebar-footer[b-093ymkrhz2] {
    padding: 16px;
    border-top: 1px solid #e5e9ec;
}

.logout-btn[b-093ymkrhz2] {
    background: #fff5f5;
    border: 1px solid #fed7d7;
    color: #e74c3c;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: 0.2s;
    width: 100%;
}

.logout-btn:hover[b-093ymkrhz2] {
    color: white;
    background: #c43c3c
}

/* --- FŐ TARTALOM DOBOZA --- */
.main-content[b-093ymkrhz2] {
    flex: 1;
    padding: 32px 40px;
}

/* --- MOBIL FELSŐ SÁV (FIXÁLT) --- */
.mobile-top-bar[b-093ymkrhz2] {
    display: none;
    background: white;
    padding: 12px 20px;
    border-bottom: 1px solid #e5e9ec;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.hamburger-btn[b-093ymkrhz2] {
    background: #f4f6f9;
    border: 1px solid #e5e9ec;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 1.5rem;
    color: #0d8368;
}

/* --- MOBIL NÉZET SZABÁLYAI --- */
@media (max-width: 767.98px) {
    .dashboard-container[b-093ymkrhz2] {
        flex-direction: column;
    }

    .mobile-top-bar[b-093ymkrhz2] {
        display: flex;
    }

    /* Extra felső padding, hogy a fixált sáv ne takarja ki az oldal tetejét! */
    .main-content[b-093ymkrhz2] {
        padding: 80px 20px 32px 20px;
    }

    .sidebar[b-093ymkrhz2] {
        width: 100% !important;
        height: auto;
        border-right: none;
        /* A legördülő menü a fix sáv alatt jelenjen meg */
        position: fixed;
        top: 61px;
        left: 0;
        z-index: 1040;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

        .sidebar.collapse:not(.show)[b-093ymkrhz2] {
            display: none !important;
        }
}
/* _content/KoliPortal.Web/Components/Layout/LakoLayout.razor.rz.scp.css */
.dashboard-container[b-3n698wnspf] {
    display: flex;
    min-height: 100vh;
    background-color: #f4f6f9;
}

/* --- ASZTALI OLDALSÁV --- */
.sidebar[b-3n698wnspf] {
    width: 250px;
    background-color: #ffffff;
    border-right: 1px solid #e5e9ec;
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.sidebar-header[b-3n698wnspf] {
    padding: 24px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d8368;
    border-bottom: 1px solid #e5e9ec;
    display: flex;
    align-items: center;
}

.brand[b-3n698wnspf] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sidebar-nav[b-3n698wnspf] {
    padding: 16px 0;
    flex: 1;
}

[b-3n698wnspf] .nav-item {
    padding: 12px 24px;
    margin: 4px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6b7785;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
}

    [b-3n698wnspf] .nav-item:hover {
        background-color: #f4f6f9;
        color: #1d252f;
    }

    [b-3n698wnspf] .nav-item.active {
        background-color: #e6f3ef;
        color: #0d8368;
    }

/* --- KIJELENTKEZÉS GOMB --- */
.sidebar-footer[b-3n698wnspf] {
    padding: 16px;
    border-top: 1px solid #e5e9ec;
}

.logout-btn[b-3n698wnspf] {
    background: #fff5f5;
    border: 1px solid #fed7d7;
    color: #e74c3c;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: 0.2s;
    width: 100%;
}

    .logout-btn:hover[b-3n698wnspf] {
        color: white;
        background: #c43c3c
    }

/* --- FŐ TARTALOM DOBOZA --- */
.main-content[b-3n698wnspf] {
    flex: 1;
    padding: 32px 40px;
}

/* --- MOBIL FELSŐ SÁV (FIXÁLT) --- */
.mobile-top-bar[b-3n698wnspf] {
    display: none;
    background: white;
    padding: 12px 20px;
    border-bottom: 1px solid #e5e9ec;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.hamburger-btn[b-3n698wnspf] {
    background: #f4f6f9;
    border: 1px solid #e5e9ec;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 1.5rem;
    color: #0d8368;
}

/* --- MOBIL NÉZET SZABÁLYAI --- */
@media (max-width: 767.98px) {
    .dashboard-container[b-3n698wnspf] {
        flex-direction: column;
    }

    .mobile-top-bar[b-3n698wnspf] {
        display: flex;
    }

    /* Extra felső padding, hogy a fixált sáv ne takarja ki az oldal tetejét! */
    .main-content[b-3n698wnspf] {
        padding: 80px 20px 32px 20px;
    }

    .sidebar[b-3n698wnspf] {
        width: 100% !important;
        height: auto;
        border-right: none;
        /* A legördülő menü a fix sáv alatt jelenjen meg */
        position: fixed;
        top: 61px;
        left: 0;
        z-index: 1040;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

        .sidebar.collapse:not(.show)[b-3n698wnspf] {
            display: none !important;
        }
}
/* _content/KoliPortal.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-a1h8p0fllz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a1h8p0fllz] {
    flex: 1;
}

.sidebar[b-a1h8p0fllz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-a1h8p0fllz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a1h8p0fllz]  a, .top-row[b-a1h8p0fllz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-a1h8p0fllz]  a:hover, .top-row[b-a1h8p0fllz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-a1h8p0fllz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-a1h8p0fllz] {
        justify-content: space-between;
    }

    .top-row[b-a1h8p0fllz]  a, .top-row[b-a1h8p0fllz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-a1h8p0fllz] {
        flex-direction: row;
    }

    .sidebar[b-a1h8p0fllz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a1h8p0fllz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-a1h8p0fllz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-a1h8p0fllz], article[b-a1h8p0fllz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-a1h8p0fllz] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-a1h8p0fllz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/KoliPortal.Web/Components/Pages/ADMIN/Attekintes.razor.rz.scp.css */
/* --- STATISZTIKAI KÁRTYÁK RÁCS --- */
.stats-grid[b-i4iuf4rnfy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.stat-card[b-i4iuf4rnfy] {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.stat-icon[b-i4iuf4rnfy] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-large[b-i4iuf4rnfy] {
    font-size: 1.5rem;
}

.stat-icon.purple[b-i4iuf4rnfy] {
    background-color: #f3e8ff;
    color: #9333ea;
}

.stat-icon.blue[b-i4iuf4rnfy] {
    background-color: #e0f2fe;
    color: #0284c7;
}

.stat-icon.orange[b-i4iuf4rnfy] {
    background-color: #ffedd5;
    color: #ea580c;
}

.stat-icon.green[b-i4iuf4rnfy] {
    background-color: #dcfce7;
    color: #16a34a;
}

.stat-details h3[b-i4iuf4rnfy] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
}

.stat-details p[b-i4iuf4rnfy] {
    margin: 4px 0 0 0;
    color: #64748b;
    font-size: 0.9rem;
}

/* --- TARTALOM RÁCS (Dashboard specifikus) --- */
.content-grid[b-i4iuf4rnfy] {
    display: flex;
    flex-wrap: wrap; /* Ez teszi lehetővé az egymás alá ugrást */
    gap: 20px; /* Távolság a kártyák között */
    margin-top: 32px;
}

.recent-residents-card[b-i4iuf4rnfy] {
    flex: 2; /* Nagyobb helyet foglal (pl. a szélesség 2/3-át) */
    min-width: 300px; /* Ha ennél szűkebb lenne, leugrik a következő sorba */
}

.capacity-card[b-i4iuf4rnfy] {
    flex: 1; /* Kevesebb helyet foglal (pl. a szélesség 1/3-át) */
    min-width: 250px; /* Minimum szélesség */
}

/* --- STÁTUSZ JELVÉNYEK --- */
.status-badge[b-i4iuf4rnfy] {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

    .status-badge.aktív[b-i4iuf4rnfy] {
        background-color: #dcfce7;
        color: #16a34a;
    }

/* --- KAPACITÁS LISTA --- */
.capacity-list[b-i4iuf4rnfy] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.capacity-item[b-i4iuf4rnfy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.floor-name[b-i4iuf4rnfy] {
    font-weight: 500;
    color: #0f172a;
}

.floor-capacity[b-i4iuf4rnfy] {
    color: #64748b;
    font-size: 0.9rem;
}

/* --- TÁBLÁZAT EXTRÁK --- */
.table-scroll-container[b-i4iuf4rnfy] {
    overflow-x: auto;
}
/* _content/KoliPortal.Web/Components/Pages/ADMIN/Beallitas.razor.rz.scp.css */
/* --- ELRENDEZÉS (Rács) --- */
.settings-grid[b-vu13h7k8x3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
}

.full-width[b-vu13h7k8x3] {
    grid-column: 1 / -1;
}

.settings-card .card-header h2[b-vu13h7k8x3] {
    font-size: 1.25rem;
    color: #1a233a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.settings-card .card-header i[b-vu13h7k8x3] {
    color: #0d8368;
}

/* --- ŰRLAP KONTÉNER --- */
.settings-form[b-vu13h7k8x3] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* --- TOGGLE KAPCSOLÓK (Switches) --- */
.notification-list[b-vu13h7k8x3] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

.toggle-row[b-vu13h7k8x3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #f4f6f9;
}

    .toggle-row:last-child[b-vu13h7k8x3] {
        border-bottom: none;
        padding-bottom: 0;
    }

.toggle-info[b-vu13h7k8x3] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.toggle-title[b-vu13h7k8x3] {
    font-weight: 600;
    color: #1a233a;
}

.toggle-desc[b-vu13h7k8x3] {
    font-size: 0.85rem;
    color: #6b7785;
}

/* A kapcsoló (Slider) kinézete */
.switch[b-vu13h7k8x3] {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
    flex-shrink: 0;
}

    .switch input[b-vu13h7k8x3] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-vu13h7k8x3] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e9ec;
    transition: .4s;
}

    .slider[b-vu13h7k8x3]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
    }

input:checked + .slider[b-vu13h7k8x3] {
    background-color: #0d8368; /* Bekapcsolva zöld */
}

    input:checked + .slider[b-vu13h7k8x3]:before {
        transform: translateX(22px);
    }

.slider.round[b-vu13h7k8x3] {
    border-radius: 24px;
}

    .slider.round[b-vu13h7k8x3]:before {
        border-radius: 50%;
    }
/* _content/KoliPortal.Web/Components/Pages/ADMIN/Felhasznalok.razor.rz.scp.css */
/* --- SEGÉDOSZTÁLYOK ÉS BURKOLÓ --- */
.text-center[b-47y4jzkb10] {
    text-align: center;
}

.content-wrapper[b-47y4jzkb10] {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- SZŰRŐ GOMBOK (Filter) --- */
.filter-controls[b-47y4jzkb10] {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.filter-btn[b-47y4jzkb10] {
    background-color: white;
    border: 1px solid #e5e9ec;
    color: #6b7785;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.filter-btn:hover[b-47y4jzkb10] {
    background-color: #f4f6f9;
}

.filter-btn.active[b-47y4jzkb10] {
    background-color: #0d8368;
    color: white;
    border-color: #0d8368;
}

/* --- ÁLLAPOT JELVÉNYEK (Szoba oszlophoz) --- */
.status-badge[b-47y4jzkb10] {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-block;
}

.status-badge.kikoltozott[b-47y4jzkb10] {
    background-color: #fef2f2;
    color: #ef4444; /* Pirosas */
    border: 1px solid #fecaca;
}

.status-badge.nincs-szoba[b-47y4jzkb10] {
    background-color: #f1f5f9;
    color: #64748b; /* Szürkés */
    border: 1px solid #e2e8f0;
}

    .status-badge.van-szoba[b-47y4jzkb10] {
        background-color: #dcfce7;
        color: #16a34a;
        border: 1px solid #c7ffdb;
    }

/* --- SZEREPKÖR JELVÉNYEK (Badges) --- */
.role-badge[b-47y4jzkb10] {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-block;
}

.role-student[b-47y4jzkb10] {
    background-color: #e0f2fe;
    color: #0284c7;
}

.role-admin[b-47y4jzkb10] {
    background-color: #f3e8ff;
    color: #9333ea;
}

.role-maintenance[b-47y4jzkb10] {
    background-color: #ffedd5;
    color: #ea580c;
}

/* --- MŰVELET GOMBOK --- */
.action-btn[b-47y4jzkb10] {
    background: transparent;
    border: none;
    color: #64748b;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s;
}

.action-btn:hover[b-47y4jzkb10] {
    background-color: #f1f5f9;
    color: #0f172a;
}

/* --- FELUGRÓ ABLAK (MODAL) --- */
.custom-modal-backdrop[b-47y4jzkb10] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.custom-modal[b-47y4jzkb10] {
    background-color: white;
    width: 90%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

.modal-header[b-47y4jzkb10] {
    padding: 16px 20px;
    border-bottom: 1px solid #e5e9ec;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-47y4jzkb10] {
    margin: 0;
    font-size: 1.25rem;
    color: #1d252f;
}

.modal-body[b-47y4jzkb10] {
    padding: 20px;
    overflow-y: auto;
}

.modal-footer[b-47y4jzkb10] {
    padding: 16px 20px;
    border-top: 1px solid #e5e9ec;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* --- TÁBLÁZAT EXTRÁK --- */
.table-scroll-container[b-47y4jzkb10] {
    overflow-x: auto;
}

/* --- OLDALAK --- */
.page-size-select[b-47y4jzkb10] {
    width: 80px;
    border-radius: 8px;
    cursor: pointer;
}

.admin-warning-text[b-47y4jzkb10] {
    font-size: 0.9rem;
    font-weight: bold;
}
/* _content/KoliPortal.Web/Components/Pages/ADMIN/Karbantartas.razor.rz.scp.css */
/* --- SZEKCIÓK --- */
.maintenance-section[b-ppfzthiqgg] {
    margin-bottom: 2rem;
}

.section-header[b-ppfzthiqgg] {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
}

    .section-header h2[b-ppfzthiqgg] {
        margin: 0;
        font-size: 1.25rem;
    }

    .section-header p[b-ppfzthiqgg] {
        margin: 0;
        color: #666;
        font-size: 0.9rem;
    }

/* --- TÁBLÁZAT EXTRÁK --- */
.table-scroll-container[b-ppfzthiqgg] {
    overflow-x: auto;
}

.task-desc[b-ppfzthiqgg] {
    display: flex;
    flex-direction: column;
}

.desc-text[b-ppfzthiqgg] {
    font-weight: bold;
}

.desc-date[b-ppfzthiqgg] {
    font-size: 0.8rem;
    color: #666;
}

/* --- JELVÉNYEK --- */
.priority-badge[b-ppfzthiqgg] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: bold;
}

.p-active[b-ppfzthiqgg] {
    background-color: #fef3c7;
    color: #d97706;
}

.p-done[b-ppfzthiqgg] {
    background-color: #dcfce7;
    color: #16a34a;
}

/* --- ÜRES ÁLLAPOT --- */
.empty-state-card[b-ppfzthiqgg] {
    text-align: center;
    color: #666;
    padding: 2rem;
    border: 1px dashed #ccc;
}

/* --- MŰVELET GOMB --- */
.action-btn[b-ppfzthiqgg] {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
    font-size: 1.2rem;
}

    .action-btn:hover[b-ppfzthiqgg] {
        color: #000;
    }

/* --- MODÁLIS ABLAK (Szerkesztés Popup) --- */
.custom-modal-backdrop[b-ppfzthiqgg] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Sima sötétítés */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.custom-modal[b-ppfzthiqgg] {
    background: #fff;
    width: 100%;
    max-width: 500px;
    border-radius: 6px;
    margin: 1rem;
}

.modal-header[b-ppfzthiqgg] {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-ppfzthiqgg] {
        margin: 0;
        font-size: 1.2rem;
}

.modal-body[b-ppfzthiqgg] {
    padding: 1rem;
    max-height: 70vh;
    overflow-y: auto;
}

.modal-footer[b-ppfzthiqgg] {
    padding: 1rem;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
/* _content/KoliPortal.Web/Components/Pages/ADMIN/Penzugyek.razor.rz.scp.css */
/* SEGÉDOSZTÁLYOK */
.content-wrapper[b-9i26pdr5v9] {
    max-width: 1200px;
    margin: 0 auto;
}

.fw-bold[b-9i26pdr5v9] {
    font-weight: 700;
}

.text-center[b-9i26pdr5v9] {
    text-align: center;
}

/* STATISZTIKA KÁRTYA */
.stat-card[b-9i26pdr5v9] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.stat-label[b-9i26pdr5v9] {
    font-size: 0.85rem;
    color: #6b7785;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
}

.stat-value[b-9i26pdr5v9] {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
}

.danger-text[b-9i26pdr5v9] {
    color: #dc2626;
}

.success-text[b-9i26pdr5v9] {
    color: #16a34a;
}

/* SZŰRŐ GOMBOK ÉS ELRENDEZÉS */
.filter-controls[b-9i26pdr5v9] {
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 0px;
}

.justify-between[b-9i26pdr5v9] {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.filter-group[b-9i26pdr5v9] {
    display: flex;
    gap: 12px;
}

.action-group[b-9i26pdr5v9] {
    display: flex;
    gap: 16px;
    align-items: center;
}

.page-select-wrapper[b-9i26pdr5v9] {
    display: flex;
    align-items: center;
    gap: 8px;
    border-left: 1px solid #e5e9ec;
    padding-left: 16px;
}

.page-label[b-9i26pdr5v9] {
    font-size: 0.85rem;
    color: #6b7785;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.filter-btn[b-9i26pdr5v9] {
    background-color: white;
    border: 1px solid #e5e9ec;
    color: #6b7785;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .filter-btn:hover[b-9i26pdr5v9] {
        background-color: #f4f6f9;
    }

    .filter-btn.active[b-9i26pdr5v9] {
        background-color: #0d8368;
        color: white;
        border-color: #0d8368;
    }

/* ÁLLAPOT JELVÉNYEK */
.status-badge[b-9i26pdr5v9] {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-block;
}

    .status-badge.fizetve[b-9i26pdr5v9] {
        background-color: #dcfce7;
        color: #16a34a;
        border: 1px solid #c7ffdb;
    }

    .status-badge.tartozas[b-9i26pdr5v9] {
        background-color: #fef2f2;
        color: #ef4444;
        border: 1px solid #fecaca;
    }

.date-sublabel[b-9i26pdr5v9] {
    font-size: 0.75rem;
    color: #6b7785;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2px;
}

/* TÁBLÁZAT EXTRÁK */
.table-scroll-container[b-9i26pdr5v9] {
    overflow-x: auto;
}

/* LAPOZÓ SÁV */
.pagination-bar[b-9i26pdr5v9] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}

/* MODAL (X GOMB, HÁTTÉR) */
.action-btn[b-9i26pdr5v9] {
    background: transparent;
    border: none;
    color: #6b7785;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s;
}

.custom-modal-backdrop[b-9i26pdr5v9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.custom-modal[b-9i26pdr5v9] {
    background-color: white;
    width: 90%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

.modal-header[b-9i26pdr5v9] {
    padding: 16px 24px;
    border-bottom: 1px solid #e5e9ec;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal-header h3[b-9i26pdr5v9] {
        margin: 0;
        font-size: 1.25rem;
        color: #1d252f;
        font-weight: 700;
    }

.modal-body[b-9i26pdr5v9] {
    padding: 24px;
    overflow-y: auto;
}

.modal-footer[b-9i26pdr5v9] {
    padding: 16px 24px;
    border-top: 1px solid #e5e9ec;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}
/* _content/KoliPortal.Web/Components/Pages/ADMIN/Regisztralas.razor.rz.scp.css */
/* --- ŰRLAP KÁRTYA ÉS ELRENDEZÉS --- */
.form-card[b-k856ki81q3] {
    max-width: 650px;
    margin: 0 auto;
}

.registration-form[b-k856ki81q3] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* --- CÍMKÉK ÉS SEGÉDSZÖVEGEK --- */
.required[b-k856ki81q3] {
    color: #e74c3c;
}

.form-hint[b-k856ki81q3] {
    font-size: 0.8rem;
    color: #6b7785;
    margin-top: 2px;
}

/* --- GOMBOK EXTRÁK --- */
/* (A zöld mentés gomb már a globális app.css-ben van) */
.form-actions[b-k856ki81q3] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #e5e9ec;
}

.btn-cancel[b-k856ki81q3] {
    background: transparent;
    border: 1px solid #e5e9ec;
    color: #6b7785;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-cancel:hover[b-k856ki81q3] {
        background: #f4f6f9;
        color: #1a233a;
    }
/* _content/KoliPortal.Web/Components/Pages/ADMIN/Szobak.razor.rz.scp.css */
/* --- SZŰRŐ GOMBOK --- */
.filter-controls[b-8j6y9jmal6] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    justify-content: flex-start;
}

.filter-btn[b-8j6y9jmal6] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .filter-btn:hover[b-8j6y9jmal6] {
        background: #f1f5f9;
    }

    .filter-btn.active[b-8j6y9jmal6] {
        background: #0d9488;
        color: #ffffff;
        border-color: #0d9488;
    }

/* --- TELÍTETTSÉG JELVÉNYEK --- */
.status-badge[b-8j6y9jmal6] {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-block;
}

    .status-badge.full[b-8j6y9jmal6] {
        background-color: #fee2e2;
        color: #ef4444; /* Piros, ha tele van */
    }

    .status-badge.partial[b-8j6y9jmal6] {
        background-color: #fef3c7;
        color: #d97706; /* Sárgás-narancs, ha részben teli */
    }

    .status-badge.empty[b-8j6y9jmal6] {
        background-color: #dcfce7;
        color: #16a34a; /* Zöld, ha teljesen üres */
    }

/* --- TÁBLÁZAT EXTRÁK --- */
.table-scroll-container[b-8j6y9jmal6] {
    overflow-x: auto;
}
/* _content/KoliPortal.Web/Components/Pages/KEZDOLAP/Kezdolap.razor.rz.scp.css */
/* --- ALAP BEÁLLÍTÁSOK --- */
html[b-zv7pnlcw1w] {
    scroll-behavior: smooth;
}

.landing-page[b-zv7pnlcw1w] {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #1e293b;
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* --- NAVIGÁCIÓ --- */
.landing-navbar[b-zv7pnlcw1w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-brand[b-zv7pnlcw1w] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0d8368;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-links a[b-zv7pnlcw1w] {
    text-decoration: none;
    color: #64748b;
    font-weight: 500;
    margin: 0 1.5rem;
    transition: color 0.3s;
}

    .nav-links a:hover[b-zv7pnlcw1w] {
        color: #0d8368;
    }

.login-btn[b-zv7pnlcw1w] {
    background-color: #0d8368;
    border: none;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    border-radius: 6px;
}

    .login-btn:hover[b-zv7pnlcw1w] {
        background-color: #0a6953;
    }

/* --- HERO SZEKCIÓ --- */
.hero-section[b-zv7pnlcw1w] {
    padding: 6rem 1rem;
    background-color: #f8fafc;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-title[b-zv7pnlcw1w] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #0f172a;
}

.text-highlight[b-zv7pnlcw1w] {
    color: #0d8368;
}

.hero-subtitle[b-zv7pnlcw1w] {
    font-size: 1.15rem;
    color: #64748b;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.hero-buttons[b-zv7pnlcw1w] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.action-btn[b-zv7pnlcw1w] {
    background-color: #0d8368;
    border: none;
    padding: 0.8rem 2rem;
    font-weight: 600;
    border-radius: 8px;
}

    .action-btn:hover[b-zv7pnlcw1w] {
        background-color: #0a6953;
    }

.outline-btn[b-zv7pnlcw1w] {
    color: #0d8368;
    border: 1px solid #0d8368;
    background: transparent;
    padding: 0.8rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
}

    .outline-btn:hover[b-zv7pnlcw1w] {
        background-color: #f0fdfa;
        color: #0a6953;
    }

/* --- FUNKCIÓK SZEKCIÓ --- */
.features-section[b-zv7pnlcw1w] {
    padding: 5rem 0;
    background-color: #ffffff;
}

.section-title[b-zv7pnlcw1w] {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.section-subtitle[b-zv7pnlcw1w] {
    color: #64748b;
    font-size: 1.1rem;
}

.feature-card[b-zv7pnlcw1w] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 2.5rem 1.5rem;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .feature-card:hover[b-zv7pnlcw1w] {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    }

.icon-wrapper[b-zv7pnlcw1w] {
    width: 50px;
    height: 50px;
    background-color: #e6f3ef;
    color: #0d8368;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.feature-card h3[b-zv7pnlcw1w] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

.feature-card p[b-zv7pnlcw1w] {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* --- LÁBLÉC --- */
.landing-footer[b-zv7pnlcw1w] {
    background-color: #0f172a; /* Nagyon sötét kék/fekete */
    color: #ffffff;
    padding: 4rem 0 3rem 0;
    margin-top: auto;
}

.footer-brand[b-zv7pnlcw1w] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0d8368; /* KoliPortál zöld */
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.footer-desc[b-zv7pnlcw1w] {
    color: #94a3b8;
    font-size: 0.9rem;
}

.footer-title[b-zv7pnlcw1w] {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: #f8fafc;
}

.footer-list[b-zv7pnlcw1w] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-list li[b-zv7pnlcw1w] {
        color: #94a3b8;
        margin-bottom: 0.8rem;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .footer-list a[b-zv7pnlcw1w] {
        color: #94a3b8;
        text-decoration: none;
        transition: color 0.3s;
    }

        .footer-list a:hover[b-zv7pnlcw1w] {
            color: #ffffff;
        }

    .footer-list i[b-zv7pnlcw1w] {
        color: #0d8368;
    }

/* Mobil responzivitás kiegészítés */
@@media (max-width: 768px) {
    .hero-title[b-zv7pnlcw1w] {
        font-size: 2.2rem;
    }

    .landing-navbar[b-zv7pnlcw1w] {
        padding: 1rem;
    }
}

font-size: 2.2rem;[b-zv7pnlcw1w]
}

.landing-navbar[b-zv7pnlcw1w] {
    padding: 1rem;
}
}
/* _content/KoliPortal.Web/Components/Pages/LAKO/Adataim.razor.rz.scp.css */
/* --- ALAP TARTÓ SZEKCIÓ --- */
.view-section[b-8qhu655ch5] {
    max-width: 600px; /* Ne legyen túl széles asztali gépen sem */
    margin: 40px auto;
    padding: 0 20px;
}

.section-header[b-8qhu655ch5] {
    margin-bottom: 2rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 10px;
}

    .section-header h2[b-8qhu655ch5] {
        margin: 0;
        font-size: 1.6rem;
        font-weight: 700;
        color: #0f172a;
    }

    .section-header p[b-8qhu655ch5] {
        margin: 6px 0 0 0;
        font-size: 0.95rem;
        color: #64748b;
    }

/* --- TARTALOM KÁRTYA --- */
.content-panel[b-8qhu655ch5] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

/* --- BEVITELI MEZŐK --- */
.input-group[b-8qhu655ch5] {
    margin-bottom: 1.5rem;
}

    .input-group label[b-8qhu655ch5] {
        display: block;
        font-weight: 600;
        margin-bottom: 8px;
        color: #475569;
        font-size: 0.95rem;
    }

.input-field[b-8qhu655ch5] {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    font-size: 1rem;
    color: #1e293b;
    background-color: #f8fafc;
    box-sizing: border-box; /* Ne lógjon ki a keretből */
    cursor: default; /* Mivel readonly, nem kell szövegkijelölő kurzor */
    transition: border-color 0.2s;
}

    .input-field:focus[b-8qhu655ch5] {
        outline: none;
        border-color: #94a3b8;
    }

/* --- GOMBOK --- */
.btn-primary[b-8qhu655ch5] {
    background-color: #0ea5e9; /* Kellemes kék */
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%; /* Teljes szélességű gomb */
    transition: background-color 0.2s, transform 0.1s;
}

    .btn-primary:hover[b-8qhu655ch5] {
        background-color: #0284c7; /* Sötétebb kék hoverre */
    }

    .btn-primary:active[b-8qhu655ch5] {
        transform: scale(0.98); /* Kattintáskor picit összemegy */
    }
/* _content/KoliPortal.Web/Components/Pages/LAKO/Attekintes.razor.rz.scp.css */
/* --- ALAP SZEKCIÓK --- */
.page-header[b-wl12oum73k] {
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f1f5f9;
}

    .page-header h1[b-wl12oum73k] {
        font-size: 2rem;
        font-weight: 800;
        color: #0f172a;
    }

.content-wrapper[b-wl12oum73k] {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- STATISZTIKA KÁRTYÁK (Grid elrendezés) --- */
.stats-grid[b-wl12oum73k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 2rem auto;
}

.stat-card[b-wl12oum73k] {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .stat-card:hover[b-wl12oum73k] {
        transform: translateY(-3px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

/* --- IKONOK ÉS SZÍNEK --- */
.stat-icon[b-wl12oum73k] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.icon-large[b-wl12oum73k] {
    font-size: 1.8rem;
}

/* Lila (Szoba) */
.stat-icon.purple[b-wl12oum73k] {
    background-color: #f3e8ff;
    color: #9333ea;
}

/* Kék (Lakbér) */
.stat-icon.blue[b-wl12oum73k] {
    background-color: #e0f2fe;
    color: #0284c7;
}

/* Narancs (Hibák) */
.stat-icon.orange[b-wl12oum73k] {
    background-color: #ffedd5;
    color: #ea580c;
}

/* --- KÁRTYA SZÖVEGEK --- */
.stat-details h3[b-wl12oum73k] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
}

.stat-details p[b-wl12oum73k] {
    margin: 4px 0 0 0;
    font-size: 0.95rem;
    color: #64748b;
    font-weight: 500;
}

/* --- TÁBLÁZAT DOBOZ --- */
.recent-residents-card[b-wl12oum73k] {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.card-header h2[b-wl12oum73k] {
    color: #0f172a;
    margin: 0;
    padding-left: 20px;
}

/* --- TÁBLÁZAT --- */
.table-scroll-container[b-wl12oum73k] {
    overflow-x: auto;
}

.data-table[b-wl12oum73k] {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

    .data-table th[b-wl12oum73k] {
        background-color: #f8fafc;
        color: #475569;
        font-weight: 600;
        padding: 16px 20px;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-bottom: 2px solid #e2e8f0;
    }

    .data-table td[b-wl12oum73k] {
        padding: 16px 20px;
        border-bottom: 1px solid #e2e8f0;
        vertical-align: middle;
        color: #1e293b;
    }

    .data-table tbody tr:hover[b-wl12oum73k] {
        background-color: #f8fafc;
    }

    .data-table tbody tr:last-child td[b-wl12oum73k] {
        border-bottom: none;
    }

/* --- STÁTUSZ JELVÉNYEK --- */
.status-badge[b-wl12oum73k] {
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.badge-success[b-wl12oum73k] {
    background-color: #ecfdf3; /* Világoszöld háttér */
    color: #027a48; /* Sötétzöld szöveg */
}
/* _content/KoliPortal.Web/Components/Pages/LAKO/Befizetesek.razor.rz.scp.css */
/* Teljes nézet és háttér */
.view-section[b-q7sayelby2] {
    padding: 3rem 1rem;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

/* Fejléc középre igazítása */
.section-header[b-q7sayelby2] {
    text-align: center;
    margin-bottom: 2.5rem;
}

    .section-header h2[b-q7sayelby2] {
        color: #101828; /* Sötétkék/fekete */
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        margin-top: 0;
    }

    .section-header p[b-q7sayelby2] {
        color: #475467; /* Szürke alcím */
        font-size: 1rem;
        margin: 0;
    }

/* Tartalom és kártya stílus */
.content-panel[b-q7sayelby2] {
    width: 100%;
    max-width: 100%;
}

.table-container[b-q7sayelby2] {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaecf0;
    padding: 0;
    overflow: hidden; /* Lekerekítés miatt a táblázat sarkai ne lógjanak ki */
}

/* Táblázat stílusok */
table[b-q7sayelby2] {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

thead[b-q7sayelby2] {
    background-color: #fcfcfd;
    border-bottom: 1px solid #eaecf0;
}

th[b-q7sayelby2] {
    color: #475467;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 1.25rem 1.5rem;
}

td[b-q7sayelby2] {
    color: #101828;
    font-size: 0.875rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #eaecf0;
}

.table-scroll-container[b-q7sayelby2] {
    overflow-x: auto;
}

/* Utolsó sor alsó szegélyének eltávolítása, hogy ne csússzon rá a kártya szélére */
tbody tr:last-child td[b-q7sayelby2] {
    border-bottom: none;
}

/* Badge (Státusz jelző) stílusok */
.badge[b-q7sayelby2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 9999px; /* Teljesen kerekített */
}

.badge-success[b-q7sayelby2] {
    background-color: #ecfdf3; /* Világoszöld háttér */
    color: #027a48; /* Sötétzöld szöveg */
}

.badge-danger[b-q7sayelby2] {
    background-color: #fee4e2; /* Világospiros háttér */
    color: #b42318; /* Sötétpiros szöveg */
}
/* _content/KoliPortal.Web/Components/Pages/LAKO/Hibajelentes.razor.rz.scp.css */
/* ALAP SZEKCIÓ */
.view-section[b-dn83gzbzt3] {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}

.section-header[b-dn83gzbzt3] {
    margin-bottom: 2rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 10px;
}

    .section-header h2[b-dn83gzbzt3] {
        margin: 0;
        font-size: 1.6rem;
        font-weight: 700;
        color: #0f172a;
    }

    .section-header p[b-dn83gzbzt3] {
        margin: 6px 0 0 0;
        font-size: 0.95rem;
        color: #64748b;
    }

/* TARTALOM KÁRTYA (Űrlap doboza) */
.content-panel[b-dn83gzbzt3] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    margin: 0 auto; /* Középre igazítja a max-width miatt */
}

/* BEVITELI MEZŐK ÉS CÍMKÉK */
.input-group[b-dn83gzbzt3] {
    margin-bottom: 1.5rem;
}

    .input-group label[b-dn83gzbzt3] {
        display: block;
        font-weight: 600;
        margin-bottom: 8px;
        color: #475569;
        font-size: 0.95rem;
    }

.input-field[b-dn83gzbzt3] {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    font-size: 1rem;
    color: #1e293b;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: inherit;
}

    .input-field:focus[b-dn83gzbzt3] {
        outline: none;
        border-color: #0ea5e9;
        box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
    }

/* Kifejezetten a többsoros szövegdoboz (Textarea) extra stílusa */
textarea.input-field[b-dn83gzbzt3] {
    resize: vertical;
    min-height: 100px;
    line-height: 1.5;
    max-height: 300px;
}

/* KÜLDÉS GOMB */
.btn-primary[b-dn83gzbzt3] {
    background-color: #0ea5e9;
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    box-shadow: 0 2px 4px rgba(14, 165, 233, 0.2);
}

    .btn-primary:hover[b-dn83gzbzt3] {
        background-color: #0284c7;
        box-shadow: 0 4px 6px rgba(14, 165, 233, 0.3);
    }

    .btn-primary:active[b-dn83gzbzt3] {
        transform: scale(0.98);
    }

.table-scroll-container[b-dn83gzbzt3] {
    overflow-x: auto;
}
/* _content/KoliPortal.Web/Components/Pages/LOGIN/Adatvedelem.razor.rz.scp.css */
.privacy-container[b-32n8ce5iq5] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    background-color: #f8fafc;
    padding: 3rem 1rem;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.privacy-card[b-32n8ce5iq5] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    max-width: 800px;
    width: 100%;
    padding: 3rem;
    border: 1px solid #e2e8f0;
}

.privacy-content h4[b-32n8ce5iq5] {
    color: #0d8368;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.15rem;
    font-weight: 700;
    border-bottom: 2px solid #e6f3ef;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.privacy-content p[b-32n8ce5iq5], .privacy-content li[b-32n8ce5iq5] {
    color: #334155;
    line-height: 1.7;
    font-size: 0.95rem;
}

.privacy-content ul[b-32n8ce5iq5] {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.card-header[b-32n8ce5iq5] {
    border-bottom: 1px solid #e5e9ec;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
}

.card-footer[b-32n8ce5iq5] {
    border-top: 1px solid #e5e9ec;
    padding-top: 2rem;
    background: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.welcome-text[b-32n8ce5iq5] {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 0.5rem 0;
}

.subtitle-text[b-32n8ce5iq5] {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
    font-weight: 500;
}
/* _content/KoliPortal.Web/Components/Pages/LOGIN/Login.razor.rz.scp.css */
/* Háttér és a kártya középre igazítása */
.login-container[b-90b39c88gh] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #e6f3ef;
}

/* Maga a fehér doboz */
.login-card[b-90b39c88gh] {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 400px;
    padding: 2.5rem 2rem;
}

.card-header[b-90b39c88gh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    margin-bottom: 2rem;
}

.logo-container[b-90b39c88gh] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0d8368;
    margin-bottom: 8px;
}

.logo-text[b-90b39c88gh] {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
}

.welcome-text[b-90b39c88gh] {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    color: #1d252f;
}

.subtitle-text[b-90b39c88gh] {
    font-size: 0.9rem;
    color: #6b7785;
    margin: 0;
}

/* Űrlap elemek */
.form-group[b-90b39c88gh] {
    margin-bottom: 1.2rem;
}

    .form-group label[b-90b39c88gh] {
        display: block;
        font-size: 0.85rem;
        font-weight: 600;
        margin-bottom: 6px;
        color: #1d252f;
    }

/* Ikonok pozicionálása az input mezőben */
.input-wrapper[b-90b39c88gh] {
    position: relative;
}

.input-icon[b-90b39c88gh] {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7785;
}

.input-wrapper input[b-90b39c88gh] {
    width: 100%;
    padding: 12px 14px 12px 42px;
    border: 1px solid #e5e9ec;
    border-radius: 8px;
    background-color: #f8f9fa;
    outline: none;
    box-sizing: border-box;
}

    .input-wrapper input:focus[b-90b39c88gh] {
        border-color: #0d8368;
        background-color: #fff;
        box-shadow: 0 0 0 3px #e6f3ef;
    }

/* Gomb */
.btn-submit[b-90b39c88gh] {
    width: 100%;
    background-color: #0d8368;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
}

    .btn-submit:hover:not(:disabled)[b-90b39c88gh] {
        background-color: #0a6953;
    }

    .btn-submit:disabled[b-90b39c88gh] {
        opacity: 0.7;
        cursor: not-allowed;
    }

/* Adatvédelmi lábléc */
.privacy-footer[b-90b39c88gh] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e9ec;
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.6;
}

.privacy-link[b-90b39c88gh] {
    color: #000000;
    text-decoration: underline;
    font-weight: 600;
}

.privacy-link:hover[b-90b39c88gh] {
    color: #0d8368;
}
