/* /Layout/MainLayout.razor.rz.scp.css */
/*:root {
    --app-header-h: 88px;
    --app-sidebar-w: 250px;*/ /* expanded genişlik */
    /*--app-sidebar-w-c: 64px;*/ /* collapsed genişlik */
/*}*/

/* Header sabit kalıyorsa kendi kuralların burada olabilir */

/* ------- SIDEBAR GENİŞLİĞİ ------- */
/*.app-shell.expanded ::deep .rz-sidebar {
    width: var(--app-sidebar-w) !important;
    min-width: var(--app-sidebar-w) !important;
    transform: none !important;
}

.app-shell.collapsed ::deep .rz-sidebar {
    width: var(--app-sidebar-w-c) !important;
    min-width: var(--app-sidebar-w-c) !important;
    transform: none !important;
}*/

/* ------- BODY’Yİ SOLDAN İT ------- */
/* Radzen bazı sürümlerde .rz-body > div/.rz-content/.rz-main katmanları kullanıyor;
   hepsini birlikte hedefliyoruz. */
/*.app-shell.expanded ::deep .rz-body,
.app-shell.expanded ::deep .rz-body > div,
.app-shell.expanded ::deep .rz-content,
.app-shell.expanded ::deep .rz-main {
    margin-left: var(--app-sidebar-w) !important;
    transition: margin-left .15s ease;
}

.app-shell.collapsed ::deep .rz-body,
.app-shell.collapsed ::deep .rz-body > div,
.app-shell.collapsed ::deep .rz-content,
.app-shell.collapsed ::deep .rz-main {
    margin-left: var(--app-sidebar-w-c) !important;
    transition: margin-left .15s ease;
}*/

/* ------- DAR MOD GÖRÜNÜM (ikonlar kalsın) ------- */
/*.app-shell.collapsed ::deep .rz-panelmenu .rz-text {
    display: none;
}

.app-shell.collapsed ::deep .rz-panelmenu .rz-link {
    justify-content: center;
    text-align: center;
    padding: .75rem 0;
}*/

/* Alt köşedeki ok alanı (sidebar içinde) */
/*::deep .rz-sidebar .toggle-btn {
    margin-top: auto;
    padding: .5rem;
    display: flex;
    justify-content: center;
}*/
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f3tfidshq0] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-f3tfidshq0] {
    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-f3tfidshq0] {
    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-f3tfidshq0] {
    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-f3tfidshq0] {
    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-f3tfidshq0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-f3tfidshq0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-f3tfidshq0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-f3tfidshq0] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/LoginPage.razor.rz.scp.css */
/*.login-container {
    display: flex;
    height: 100vh;
}

.login-left {
    height: 100%;
    position: relative !important;
    overflow: hidden;*/ /* Yazı konumlaması için gerekli */
    /*flex: 1;
    background-color: #f0f4ff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    z-index: 1;
}*/

/* GÖRSEL */
/*.login-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}*/

/* YAZI */
/*.login-left h2 {
    position: absolute;
    top: 75%;*/ /* Bu değeri 65-85 arasında oynamayı dene */
    /*left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 800;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 2.2rem;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    z-index: 999;
}


.login-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background-color: white;
}

.d-flex-between {
    display: flex;
    align-items: center;
}*/

/* Responsive */
/*@media (max-width: 768px) {
    .login-container {
        flex-direction: column;
    }

    .login-left,
    .login-right {
        flex: none;
        width: 100%;
    }

    .login-left {
        order: 2;
    }

    .login-right {
        order: 1;
    }
}*/
/* /Pages/LogoutPage.razor.rz.scp.css */
.logout-container[b-pnbzjeawq6] {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: #f5f7fa;
}
/* /Pages/Payroll/Layout/PublicPayrollLayout.razor.rz.scp.css */
.public-payroll-layout[b-9a6re4g7uj] {
    min-height: 100vh;
    background: #f3f3f3;
}

/* HEADER */
.public-payroll-header[b-9a6re4g7uj] {
    height: 86px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
}

/* HEADER INNER */
.public-payroll-header-inner[b-9a6re4g7uj] {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* LOGO */
.public-payroll-logo[b-9a6re4g7uj] {
    height: 68px;
    width: auto;
    display: block;
}

/* MAIN */
.public-payroll-main[b-9a6re4g7uj] {
    padding: 20px 0 32px 0;
}
/* /Pages/Payroll/Page/PayrollCalculator.razor.rz.scp.css */
.payroll-page[b-lrfhmjuexk] {
    min-height: 100vh;
    background: #f3f3f3;
    padding: 0 0 32px 0;
    display: flex;
    justify-content: center;
}

.page-title[b-lrfhmjuexk] {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 18px 0;
}

.payroll-container[b-lrfhmjuexk] {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    font-family: Arial, sans-serif;
    color: #222;
    box-sizing: border-box;
}

/* Üst bilgi kutusu */
.payroll-top-text[b-lrfhmjuexk] {
    background: #ececec;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 14px;
}

/* Filtre alanı */
.payroll-filters[b-lrfhmjuexk] {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.filter-item[b-lrfhmjuexk] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .filter-item label[b-lrfhmjuexk] {
        font-size: 14px;
        color: #333;
        font-weight: 500;
        white-space: nowrap;
    }

.year-box[b-lrfhmjuexk] {
    min-width: 90px;
}

.switch-item[b-lrfhmjuexk] {
    min-width: 110px;
}

.switch-wrap[b-lrfhmjuexk] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    white-space: nowrap;
}

.action-link a[b-lrfhmjuexk] {
    color: #4a90e2;
    text-decoration: none;
    font-size: 14px;
    min-height: 36px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

/* TABLE WRAPPER */
.table-wrapper[b-lrfhmjuexk] {
    width: 100%;
    overflow-x: hidden;
}

/* TABLO */
.payroll-table[b-lrfhmjuexk] {
    width: 100%;
    border-collapse: collapse;
    background: #f3f3f3;
    table-layout: auto;
}

    .payroll-table th[b-lrfhmjuexk],
    .payroll-table td[b-lrfhmjuexk] {
        box-sizing: border-box;
    }

    /* HEADER */
    .payroll-table th[b-lrfhmjuexk] {
        background: #e3e3e3;
        font-weight: 700;
        font-size: 13px;
        padding: 8px 4px;
        text-align: center;
        border: 1px solid #d8d8d8;
        white-space: normal;
        line-height: 1.3;
    }

    /* CELL */
    .payroll-table td[b-lrfhmjuexk] {
        padding: 6px 4px;
        font-size: 13px;
        text-align: center;
        border: 1px solid #e0e0e0;
        background: #f3f3f3;
        white-space: nowrap;
    }

        /* AY SÜTUNU */
        .payroll-table td:first-child[b-lrfhmjuexk],
        .payroll-table th:first-child[b-lrfhmjuexk] {
            text-align: left;
            width: 90px;
            min-width: 90px;
        }

        /* TUTAR SÜTUNU */
        .payroll-table th:nth-child(2)[b-lrfhmjuexk],
        .payroll-table td:nth-child(2)[b-lrfhmjuexk] {
            width: 130px;
            min-width: 130px;
            max-width: 130px;
        }

/* INPUT HÜCRESİ */
.input-cell[b-lrfhmjuexk] {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px !important;
}

.input-wrap[b-lrfhmjuexk] {
    width: 108px;
    margin: 0 auto;
}

    .input-wrap .rz-numeric[b-lrfhmjuexk] {
        width: 100% !important;
        display: block;
    }

    .input-wrap .rz-inputtext[b-lrfhmjuexk],
    .input-wrap .rz-numeric-input[b-lrfhmjuexk],
    .input-wrap input[b-lrfhmjuexk] {
        width: 100% !important;
        box-sizing: border-box;
        text-align: right;
    }

/* TOTAL */
.total-row td[b-lrfhmjuexk] {
    background: #dcdcdc;
    font-weight: 700;
}

/* ALT YAZI */
.payroll-info-text[b-lrfhmjuexk] {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.status-text[b-lrfhmjuexk] {
    margin-top: 12px;
    color: #444;
}

.error-box[b-lrfhmjuexk] {
    margin-top: 12px;
    color: #b00020;
    background: #ffe9ec;
    padding: 10px 12px;
    border: 1px solid #ffc7cf;
    border-radius: 6px;
}

/* GLOBAL FIX */
body[b-lrfhmjuexk] {
    overflow-x: hidden;
}
