/* /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: 1720px; /* 1280 yerine büyüttük */
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

/* LOGO + YAZI */
.public-payroll-brand[b-9a6re4g7uj] {
    display: flex;
    align-items: center;
    gap: 14px;
}

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

.public-payroll-title[b-9a6re4g7uj] {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1;
}

/* MAIN */
.public-payroll-main[b-9a6re4g7uj] {
    padding: 10px 0 12px 0; /* 20px yerine küçülttük */
}

.payroll-actions[b-9a6re4g7uj] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 20px;
}

/* SWITCH */
.switch-wrap[b-9a6re4g7uj] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.switch-item[b-9a6re4g7uj] {
    display: flex;
    align-items: flex-end;
}

/* GENEL TASARIM */
.payroll-container[b-9a6re4g7uj] {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* TABLE */
.payroll-table[b-9a6re4g7uj] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

    .payroll-table thead[b-9a6re4g7uj] {
        background: #e9f2f9;
    }

    .payroll-table th[b-9a6re4g7uj] {
        padding: 10px;
        text-align: center;
        font-weight: 600;
    }

    .payroll-table td[b-9a6re4g7uj] {
        padding: 8px;
        text-align: center;
    }

    /* zebra */
    .payroll-table tbody tr:nth-child(even)[b-9a6re4g7uj] {
        background: #f6f8fb;
    }

/* total */
.total-row[b-9a6re4g7uj] {
    font-weight: bold;
    background: #eef2f7;
}
/* /Pages/Payroll/Page/PayrollCalculator.razor.rz.scp.css */
html[b-lrfhmjuexk], body[b-lrfhmjuexk] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body[b-lrfhmjuexk] {
    overflow-x: hidden;
}

.payroll-page[b-lrfhmjuexk] {
    height: 100vh;
    background: #f3f3f3;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

.payroll-container[b-lrfhmjuexk] {
    width: 100%;
    max-width: 1680px;
    height: calc(100vh - 16px);
    margin: 0 auto;
    padding: 0 10px 6px 10px;
    font-family: Arial, sans-serif;
    color: #222;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* LOGO + BAŞLIK */
.payroll-header[b-lrfhmjuexk] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 8px 0;
    min-height: 58px;
}

.payroll-logo[b-lrfhmjuexk] {
    height: 52px;
    width: auto;
    object-fit: contain;
}

.page-title[b-lrfhmjuexk] {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    line-height: 1.1;
}

/* Eski bilgi alanlarını kapat */
.payroll-top-text[b-lrfhmjuexk],
.payroll-info-text[b-lrfhmjuexk] {
    display: none !important;
}

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

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

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

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

.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;
}

[b-lrfhmjuexk] .pkf-switch.rz-switch.rz-state-active,
[b-lrfhmjuexk] .pkf-switch.rz-switch.rz-state-active .rz-switch-slider,
[b-lrfhmjuexk] .pkf-switch.rz-switch.rz-state-active .rz-switch-circle,
[b-lrfhmjuexk] .pkf-switch.rz-switch.rz-state-active .rz-switch-handle {
    background: #2ea3db !important;
    border-color: #2ea3db !important;
}

/* TABLE WRAPPER */
.table-wrapper[b-lrfhmjuexk] {
    width: 100%;
    flex: 0 0 auto;
    min-height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #d8d8d8;
    background: #f3f3f3;
    margin-bottom: 6px;
}

/* TABLO */
.payroll-table[b-lrfhmjuexk] {
    width: 100%;
    min-width: max-content;
    border-collapse: collapse;
    background: #f3f3f3;
    table-layout: auto;
    font-size: 13px;
    margin-bottom: 0;
}


    /* HEADER */
    .payroll-table th[b-lrfhmjuexk] {
        background: #eef5fa; /* açık mavi */
        color: #1f3b57;
        font-weight: 700;
        font-size: 12px;
        padding: 6px 8px;
        text-align: center;
        border: 1px solid #c9ddea;
        white-space: nowrap;
        line-height: 1.2;
    }


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

        /* AY SÜTUNU */
        .payroll-table td:first-child[b-lrfhmjuexk],
        .payroll-table th:first-child[b-lrfhmjuexk] {
            text-align: left;
            background: #eef5fa;
            width: 84px;
            min-width: 84px;
            font-weight: 700;
            font-size: 13px;
        }

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

    .payroll-table tbody tr:nth-child(even) td:not(:first-child)[b-lrfhmjuexk] {
        background: #f7fafc;
    }

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

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

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

    .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;
        padding: 4px 6px !important;
        height: 30px !important;
        font-size: 13px;
    }

/* TOTAL - toplam satırı*/
.total-row td[b-lrfhmjuexk] {
    background: #c7d9e6; /* koyu mavi-gri */
    font-weight: 700;
    color: #1f3b57;
}
    .total-row td:first-child[b-lrfhmjuexk] {
        background: #c7d9e6 !important;
    }

/*.total-row td {
    background: linear-gradient(to bottom, #d6e7f3, #c4d9e8);
}*/

.status-text[b-lrfhmjuexk] {
    margin-top: 8px;
    color: #444;
    font-size: 13px;
}

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

.payroll-actions[b-lrfhmjuexk] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    margin-bottom: 0;
    padding: 0;
    flex: 0 0 auto;
}

    .payroll-actions .rz-button[b-lrfhmjuexk] {
        margin: 0;
    }
/* /Pages/TaxPaymentPage/Page/ImportTaxPaymentsDialog.razor.rz.scp.css */
.tax-import-dialog-content[b-092dfnp4j2] {
    display: flex;
    flex-direction: column;
    background: #fff;
    min-width: 0;
}

.tax-import-header[b-092dfnp4j2] {
    padding: 22px 24px 14px 24px;
    border-bottom: 1px solid #eceff3;
    background: #ffffff;
}

.tax-import-header-text[b-092dfnp4j2] {
    display: flex;
    flex-direction: column;
}

.tax-import-title[b-092dfnp4j2] {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #1f2937;
}

.tax-import-subtitle[b-092dfnp4j2] {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}

.tax-import-grid-wrapper[b-092dfnp4j2] {
    padding: 18px 24px 10px 24px;
    background: #ffffff;
}

    .tax-import-grid-wrapper .rz-datatable[b-092dfnp4j2],
    .tax-import-grid-wrapper .rz-data-grid[b-092dfnp4j2] {
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    }

.tax-import-grid .rz-datatable-tablewrapper[b-092dfnp4j2] {
    overflow-x: auto;
}

.tax-import-grid .rz-column-title[b-092dfnp4j2] {
    font-size: 13px;
    font-weight: 700;
    color: #374151;
}

.tax-import-grid .rz-datatable-thead th[b-092dfnp4j2],
.tax-import-grid .rz-grid-table thead th[b-092dfnp4j2] {
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 16px;
}

.tax-import-grid .rz-datatable-data td[b-092dfnp4j2],
.tax-import-grid .rz-grid-table tbody td[b-092dfnp4j2] {
    padding: 15px 16px;
    font-size: 14px;
    color: #1f2937;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
    background: #fff;
}

.tax-import-grid .rz-datatable-data tr:hover td[b-092dfnp4j2],
.tax-import-grid .rz-grid-table tbody tr:hover td[b-092dfnp4j2] {
    background: #f9fbff;
}

.tax-import-grid .rz-paginator[b-092dfnp4j2] {
    border-top: 1px solid #eef2f7;
    padding: 10px 14px;
    background: #fff;
}

.tax-import-footer[b-092dfnp4j2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 24px 22px 24px;
    border-top: 1px solid #eceff3;
    background: #fcfcfd;
}

.tax-import-info[b-092dfnp4j2] {
    font-size: 14px;
    color: #4b5563;
    white-space: nowrap;
}

.tax-import-actions[b-092dfnp4j2] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.tax-import-cancel-btn[b-092dfnp4j2],
.tax-import-submit-btn[b-092dfnp4j2] {
    min-width: 120px;
}

.tax-import-delete-btn[b-092dfnp4j2] {
    border-radius: 10px !important;
}

.ellipsis-cell[b-092dfnp4j2] {
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.amount-cell[b-092dfnp4j2] {
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .tax-import-header[b-092dfnp4j2],
    .tax-import-grid-wrapper[b-092dfnp4j2],
    .tax-import-footer[b-092dfnp4j2] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tax-import-footer[b-092dfnp4j2] {
        flex-direction: column;
        align-items: stretch;
    }

    .tax-import-actions[b-092dfnp4j2] {
        width: 100%;
        justify-content: flex-end;
    }
}
/* /Pages/TaxPaymentPage/Page/TaxPayments.razor.rz.scp.css */
.tax-toolbar[b-awm8wljdjk] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.tax-toolbar-left[b-awm8wljdjk] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    flex: 0 0 auto;
}

.tax-toolbar-right[b-awm8wljdjk] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 520px;
    min-width: 320px;
}

.search-box-wrap[b-awm8wljdjk] {
    width: min(620px, 100%);
    margin-left: auto;
}

.tax-action-group[b-awm8wljdjk] {
    display: inline-flex;
    align-items: stretch;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.tax-toolbar-wrap[b-awm8wljdjk] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 16px;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.grid-wrap[b-awm8wljdjk] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 10px;
}

/* Grup içindeki RadzenButton */
[b-awm8wljdjk] .tax-action-group .rz-button {
    margin: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    height: 42px !important;
    min-height: 42px !important;
}

/* Sol ilk buton */
[b-awm8wljdjk] .group-btn-left {
    border-top-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
}

/* Sağ son buton */
[b-awm8wljdjk] .group-btn-right {
    border-top-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    background: #ffffff !important;
    color: #374151 !important;
    border: none !important;
}

    [b-awm8wljdjk] .group-btn-right:hover {
        background: #f8fafc !important;
    }

/* Upload alanı */
.group-upload[b-awm8wljdjk] {
    display: flex;
    align-items: stretch;
}

[b-awm8wljdjk] .group-upload .rz-fileupload {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
}

[b-awm8wljdjk] .group-upload .rz-fileupload-buttonbar {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
}

[b-awm8wljdjk] .group-upload .rz-fileupload-choose {
    height: 42px !important;
    min-width: 170px !important;
    padding: 0 18px !important;
    border: none !important;
    border-left: 1px solid #e5e7eb !important;
    border-right: 1px solid #e5e7eb !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #374151 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    box-shadow: none !important;
}

    [b-awm8wljdjk] .group-upload .rz-fileupload-choose:hover {
        background: #f8fafc !important;
    }

[b-awm8wljdjk] .group-upload .rz-fileupload-content {
    display: none !important;
}

[b-awm8wljdjk] .group-upload .rz-fileupload-files {
    display: none !important;
}

[b-awm8wljdjk] .group-upload .rz-button-text {
    white-space: nowrap !important;
}

/* Hepsini sil */
[b-awm8wljdjk] .toolbar-danger-btn {
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.16) !important;
}

/* Search */
[b-awm8wljdjk] .toolbar-search-input {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 42px !important;
}

    [b-awm8wljdjk] .toolbar-search-input .rz-inputtext {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        min-height: 42px !important;
        border-radius: 12px !important;
        border: 1px solid #d1d5db !important;
        background: #f9fafb !important;
        box-shadow: none !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        font-size: 14px !important;
    }

        [b-awm8wljdjk] .toolbar-search-input .rz-inputtext:focus {
            border-color: #c7d2fe !important;
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.08) !important;
        }

/* Mobil */
@media (max-width: 1100px) {
    .tax-toolbar[b-awm8wljdjk] {
        align-items: stretch;
    }

    .tax-toolbar-left[b-awm8wljdjk] {
        width: 100%;
    }

    .tax-toolbar-right[b-awm8wljdjk] {
        width: 100%;
        min-width: 0;
    }

    .search-box-wrap[b-awm8wljdjk] {
        width: 100%;
    }
}
