/* _content/HirdavatPOS.Web/Pages/Customers/Details.razor.rz.scp.css */
.customer-details-container[b-zoy866aams] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 180px); /* Sayfa yüksekliğinden navbar ve diğer elementleri çıkar */
    min-height: 500px;
    max-height: calc(100vh - 180px);
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.customer-details-container > .card[b-zoy866aams] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.customer-details-container > .card:first-child[b-zoy866aams] {
    flex: 0 0 auto; /* Kişi bilgileri sabit yükseklikte */
    margin-bottom: 1rem;
}

.customer-details-container > .card:last-child[b-zoy866aams] {
    flex: 1; /* Hareketler kalan alanı kaplar */
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.customer-details-container .card-header[b-zoy866aams] {
    flex: 0 0 auto;
    padding: 0.75rem 1rem;
}

.customer-details-container .card-header h5[b-zoy866aams] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.customer-details-container .card-body[b-zoy866aams] {
    padding: 1rem;
}

.customer-details-container .card-body:first-child[b-zoy866aams] {
    flex: 0 0 auto;
}

.transactions-container[b-zoy866aams] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    padding: 1rem !important;
}

.transactions-container .table-responsive[b-zoy866aams] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
    max-height: 100%;
    /* Scrollbar sadece gerektiğinde görünür */
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.transactions-container .table[b-zoy866aams] {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.transactions-container .table thead th[b-zoy866aams] {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
    padding: 0.75rem;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
}

.transactions-container .table tbody td[b-zoy866aams] {
    padding: 0.75rem;
    vertical-align: middle;
}

.transactions-container .table tbody tr:hover[b-zoy866aams] {
    background-color: #f8f9fa;
}

/* Kişi bilgileri kartı için özel stiller */
.customer-details-container .card:first-child .card-body p[b-zoy866aams] {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.customer-details-container .card:first-child .card-body p:last-of-type[b-zoy866aams] {
    margin-bottom: 0;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .customer-details-container[b-zoy866aams] {
        height: auto;
        min-height: auto;
        max-height: none;
    }
    
    .customer-details-container .card-body .row > div[b-zoy866aams] {
        margin-bottom: 0.5rem;
    }
    
    .transactions-container[b-zoy866aams] {
        max-height: 400px;
    }
}

/* Scrollbar stilleri (gerekirse görünür olması için) */
.transactions-container .table-responsive[b-zoy866aams]::-webkit-scrollbar {
    width: 8px;
}

.transactions-container .table-responsive[b-zoy866aams]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.transactions-container .table-responsive[b-zoy866aams]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.transactions-container .table-responsive[b-zoy866aams]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* _content/HirdavatPOS.Web/Pages/Orders/Details.razor.rz.scp.css */
.order-details-container[b-sdtjb2d8er] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 180px);
    min-height: 500px;
    max-height: calc(100vh - 180px);
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.order-details-container > .card[b-sdtjb2d8er] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.order-details-container > .card:first-child[b-sdtjb2d8er] {
    flex: 0 0 auto;
    margin-bottom: 1rem;
}

.order-details-container > .card:last-child[b-sdtjb2d8er] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.order-details-container .card-header[b-sdtjb2d8er] {
    flex: 0 0 auto;
    padding: 0.75rem 1rem;
}

.order-details-container .card-header h5[b-sdtjb2d8er] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.order-details-container .card-body[b-sdtjb2d8er] {
    padding: 1rem;
}

.order-details-container .card-body:first-child[b-sdtjb2d8er] {
    flex: 0 0 auto;
}

.order-items-container[b-sdtjb2d8er] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    padding: 1rem !important;
}

.details-table-container[b-sdtjb2d8er] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.details-table-container[b-sdtjb2d8er]::-webkit-scrollbar {
    width: 8px;
}

.details-table-container[b-sdtjb2d8er]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.details-table-container[b-sdtjb2d8er]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.details-table-container[b-sdtjb2d8er]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.order-items-container .table-responsive[b-sdtjb2d8er] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
    max-height: 100%;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.order-items-container .table[b-sdtjb2d8er] {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.order-items-container .table thead[b-sdtjb2d8er] {
    display: table-header-group !important;
    visibility: visible !important;
}

.order-items-container .table thead th[b-sdtjb2d8er] {
    position: sticky;
    top: 0;
    background-color: #f8f9fa !important;
    z-index: 10;
    padding: 0.75rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-bottom: 2px solid #dee2e6;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
    color: #212529;
}

.order-items-container .table thead th.text-center[b-sdtjb2d8er] {
    text-align: center;
}

.order-items-container .table thead th.text-end[b-sdtjb2d8er] {
    text-align: right;
}

.order-items-container .table tbody td[b-sdtjb2d8er] {
    padding: 0.75rem;
    vertical-align: middle;
}

.order-items-container .table tbody tr:hover[b-sdtjb2d8er] {
    background-color: #f8f9fa;
}

.order-items-container .table tfoot[b-sdtjb2d8er] {
    position: sticky;
    bottom: 0;
    background-color: #e9ecef;
    z-index: 10;
}

.order-items-container .table tfoot td[b-sdtjb2d8er] {
    padding: 0.75rem;
    font-weight: 600;
    border-top: 2px solid #dee2e6;
}

.order-details-container .card:first-child .card-body p[b-sdtjb2d8er] {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.order-details-container .card:first-child .card-body p:last-of-type[b-sdtjb2d8er] {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .order-details-container[b-sdtjb2d8er] {
        height: auto;
        min-height: auto;
        max-height: none;
    }
    
    .order-details-container .card-body .row > div[b-sdtjb2d8er] {
        margin-bottom: 0.5rem;
    }
    
    .order-items-container[b-sdtjb2d8er] {
        max-height: 400px;
    }
}

.order-items-container .table-responsive[b-sdtjb2d8er]::-webkit-scrollbar {
    width: 8px;
}

.order-items-container .table-responsive[b-sdtjb2d8er]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.order-items-container .table-responsive[b-sdtjb2d8er]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.order-items-container .table-responsive[b-sdtjb2d8er]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* _content/HirdavatPOS.Web/Pages/Orders/Print.razor.rz.scp.css */
.print-container[b-3oz3qadejk] {
    max-width: 210mm;
    margin: 0 auto;
    padding: 20mm;
    background: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.print-header[b-3oz3qadejk] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #667eea;
}

.company-info[b-3oz3qadejk] {
    flex: 1;
}

.company-name[b-3oz3qadejk] {
    font-size: 28px;
    font-weight: 700;
    color: #667eea;
    margin: 0 0 10px 0;
}

.company-address[b-3oz3qadejk] {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.document-info[b-3oz3qadejk] {
    text-align: right;
}

.document-title[b-3oz3qadejk] {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.document-number[b-3oz3qadejk] {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.print-body[b-3oz3qadejk] {
    margin-top: 20px;
}

.order-info-section[b-3oz3qadejk] {
    margin-bottom: 25px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
}

.info-row[b-3oz3qadejk] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.info-row:last-child[b-3oz3qadejk] {
    margin-bottom: 0;
}

.info-item[b-3oz3qadejk] {
    flex: 1;
    font-size: 14px;
}

.items-section[b-3oz3qadejk] {
    margin-bottom: 25px;
}

.items-section h4[b-3oz3qadejk] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.print-table[b-3oz3qadejk] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.print-table thead[b-3oz3qadejk] {
    background: #667eea;
    color: white;
}

.print-table th[b-3oz3qadejk] {
    padding: 12px 8px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #ddd;
}

.print-table td[b-3oz3qadejk] {
    padding: 10px 8px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.print-table tbody tr:nth-child(even)[b-3oz3qadejk] {
    background: #f8f9fa;
}

.print-table tfoot[b-3oz3qadejk] {
    background: #e9ecef;
}

.total-row td[b-3oz3qadejk] {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 8px;
}

.notes-section[b-3oz3qadejk] {
    margin-bottom: 25px;
    padding: 15px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 5px;
}

.notes-section h4[b-3oz3qadejk] {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.notes-section p[b-3oz3qadejk] {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.print-footer[b-3oz3qadejk] {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #ddd;
    text-align: center;
}

.footer-text[b-3oz3qadejk] {
    font-size: 11px;
    color: #999;
    margin: 0;
    line-height: 1.6;
}

.print-actions[b-3oz3qadejk] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 1000;
}

.print-actions .btn[b-3oz3qadejk] {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.text-center[b-3oz3qadejk] {
    text-align: center;
}

.text-end[b-3oz3qadejk] {
    text-align: right;
}

@media print {
    .no-print[b-3oz3qadejk] {
        display: none !important;
    }

    .print-container[b-3oz3qadejk] {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    body[b-3oz3qadejk] {
        margin: 0;
        padding: 0;
    }
}

@page {
    size: A4;
    margin: 15mm;
}

/* Print sayfası için body scroll desteği */
body[b-3oz3qadejk] {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

/* _content/HirdavatPOS.Web/Pages/Products/Details.razor.rz.scp.css */
.product-details-container[b-dfo55qmyec] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 180px);
    min-height: 400px;
    max-height: calc(100vh - 180px);
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.product-details-container > .card[b-dfo55qmyec] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    flex: 1;
}

.product-details-container .card-header[b-dfo55qmyec] {
    flex: 0 0 auto;
    padding: 0.75rem 1rem;
}

.product-details-container .card-header h5[b-dfo55qmyec] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.product-details-container .card-body[b-dfo55qmyec] {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-details-container .card-body p[b-dfo55qmyec] {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.product-details-container .card-body p:last-of-type[b-dfo55qmyec] {
    margin-bottom: 0;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .product-details-container[b-dfo55qmyec] {
        height: auto;
        min-height: auto;
        max-height: none;
    }
    
    .product-details-container .card-body .row > div[b-dfo55qmyec] {
        margin-bottom: 0.5rem;
    }
}

/* _content/HirdavatPOS.Web/Pages/ReportsPrint.razor.rz.scp.css */
.print-container[b-x64l0sttzi] {
    max-width: 210mm;
    margin: 0 auto;
    padding: 20mm;
    background: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* Ekranda görüntüleme için scrollbar aktif */
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    /* Scrollbar stilleri */
    scrollbar-width: thin;
    scrollbar-color: #667eea #f8f9fa;
}

/* Webkit tarayıcılar için scrollbar stilleri */
.print-container[b-x64l0sttzi]::-webkit-scrollbar {
    width: 10px;
}

.print-container[b-x64l0sttzi]::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 5px;
}

.print-container[b-x64l0sttzi]::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 5px;
}

.print-container[b-x64l0sttzi]::-webkit-scrollbar-thumb:hover {
    background: #5568d3;
}

.print-header[b-x64l0sttzi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #667eea;
}

.company-info[b-x64l0sttzi] {
    flex: 1;
}

.company-name[b-x64l0sttzi] {
    font-size: 28px;
    font-weight: 700;
    color: #667eea;
    margin: 0 0 10px 0;
}

.company-address[b-x64l0sttzi] {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.document-info[b-x64l0sttzi] {
    text-align: right;
}

.document-title[b-x64l0sttzi] {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.document-number[b-x64l0sttzi] {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.print-body[b-x64l0sttzi] {
    margin-top: 20px;
}

.items-section[b-x64l0sttzi] {
    margin-bottom: 30px;
    /* PDF için sayfa sonu kontrolü - tablolar bölünebilir */
    page-break-inside: auto;
    page-break-after: auto;
}

.items-section h4[b-x64l0sttzi] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #667eea;
}

.print-table[b-x64l0sttzi] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    /* Tablolar sayfa sonunda bölünebilir */
    page-break-inside: auto;
    /* Tablo başlıkları her sayfada tekrarlanır */
}

.print-table thead[b-x64l0sttzi] {
    display: table-header-group;
}

.print-table tfoot[b-x64l0sttzi] {
    display: table-footer-group;
}

.print-table tbody tr[b-x64l0sttzi] {
    /* Satırlar sayfa sonunda bölünebilir (uzun tablolar için) */
    page-break-inside: auto;
    page-break-after: auto;
}

.print-table thead[b-x64l0sttzi] {
    background: #667eea;
    color: white;
}

.print-table th[b-x64l0sttzi] {
    padding: 12px 8px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #ddd;
}

.print-table td[b-x64l0sttzi] {
    padding: 10px 8px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.print-table tbody tr:nth-child(even)[b-x64l0sttzi] {
    background: #f8f9fa;
}

.print-table tfoot[b-x64l0sttzi] {
    background: #e9ecef;
}

.total-row td[b-x64l0sttzi] {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 8px;
}

.summary-section[b-x64l0sttzi] {
    margin-top: 30px;
    margin-bottom: 25px;
}

.summary-section .print-table[b-x64l0sttzi] {
    margin-bottom: 0;
}

.print-footer[b-x64l0sttzi] {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #ddd;
    text-align: center;
}

.footer-text[b-x64l0sttzi] {
    font-size: 11px;
    color: #999;
    margin: 0;
    line-height: 1.6;
}

.print-actions[b-x64l0sttzi] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 1000;
}

.print-actions .btn[b-x64l0sttzi] {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.text-center[b-x64l0sttzi] {
    text-align: center;
}

.text-end[b-x64l0sttzi] {
    text-align: right;
}

@media print {
    /* Print media'da tüm overflow ve height kısıtlamaları kaldırıldı */
    .no-print[b-x64l0sttzi] {
        display: none !important;
    }

    /* Print için renk ayarları - arka plan renkleri yazdırılsın */
    *[b-x64l0sttzi] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important;
    }

    .print-container[b-x64l0sttzi] {
        margin: 0 !important;
        /* Padding'i kaldırıyoruz çünkü @page zaten 15mm margin veriyor */
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        overflow: visible !important;
        overflow-y: visible !important;
        overflow-x: visible !important;
        max-height: none !important;
        height: auto !important;
        min-height: auto !important;
        position: relative !important;
        background: white !important;
        border: none !important; /* Varsa borderları da kaldır */
        page-break-inside: auto !important;
    }

    .print-body[b-x64l0sttzi] {
        margin-top: 0 !important;
        page-break-inside: auto !important;
    }

    body[b-x64l0sttzi] {
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        overflow-y: visible !important;
        overflow-x: visible !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        position: relative !important;
        background: white !important;
    }

    html[b-x64l0sttzi] {
        overflow: visible !important;
        height: auto !important;
        background: white !important;
    }

    .items-section[b-x64l0sttzi] {
        /* Bölümler sayfa sonunda bölünebilir */
        page-break-inside: auto !important;
        page-break-after: auto !important;
        page-break-before: auto !important;
        margin-bottom: 20px !important;
        margin-top: 0 !important;
        padding: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .print-table[b-x64l0sttzi] {
        /* Tablolar sayfa sonunda bölünebilir */
        page-break-inside: auto !important;
        page-break-before: auto !important;
        page-break-after: auto !important;
        width: 100% !important;
        display: table !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .print-table thead[b-x64l0sttzi] {
        /* Başlık her sayfada tekrarlanır */
        display: table-header-group !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .print-table tfoot[b-x64l0sttzi] {
        /* Alt toplam her sayfada tekrarlanır */
        display: table-footer-group !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .print-table tbody[b-x64l0sttzi] {
        display: table-row-group !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .print-table tbody tr[b-x64l0sttzi] {
        /* Satırlar sayfa sonunda bölünebilir */
        page-break-inside: auto !important;
        page-break-after: auto !important;
        display: table-row !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .print-table tbody td[b-x64l0sttzi] {
        /* Hücreler sayfa sonunda bölünebilir */
        page-break-inside: auto !important;
        display: table-cell !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .print-table th[b-x64l0sttzi] {
        display: table-cell !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Bölümler arası sayfa sonu kontrolü */
    .items-section:first-of-type[b-x64l0sttzi] {
        page-break-before: auto !important;
    }

    .summary-section[b-x64l0sttzi] {
        page-break-inside: avoid !important;
        page-break-before: auto !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .print-header[b-x64l0sttzi] {
        page-break-after: avoid !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .print-footer[b-x64l0sttzi] {
        page-break-before: avoid !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@page {
    size: A4;
    margin: 15mm;
}

/* Ekranda görüntüleme için scrollbar aktif - sadece screen için */
@media screen {
    body[b-x64l0sttzi] {
        position: relative;
        /* Ekranda görüntüleme için scrollbar aktif */
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
    }
}

/* _content/HirdavatPOS.Web/Pages/Sales/Details.razor.rz.scp.css */
.sale-details-container[b-el812oymo3] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 180px); /* Sayfa yüksekliğinden navbar ve diğer elementleri çıkar */
    min-height: 500px;
    max-height: calc(100vh - 180px);
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.sale-details-container > .card[b-el812oymo3] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.sale-details-container > .card:first-child[b-el812oymo3] {
    flex: 0 0 auto; /* Satış bilgileri sabit yükseklikte */
    margin-bottom: 1rem;
}

.sale-details-container > .card:last-child[b-el812oymo3] {
    flex: 1; /* Satış kalemleri kalan alanı kaplar */
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.sale-details-container .card-header[b-el812oymo3] {
    flex: 0 0 auto;
    padding: 0.75rem 1rem;
}

.sale-details-container .card-header h5[b-el812oymo3] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.sale-details-container .card-body[b-el812oymo3] {
    padding: 1rem;
}

.sale-details-container .card-body:first-child[b-el812oymo3] {
    flex: 0 0 auto;
}

.sale-items-container[b-el812oymo3] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    padding: 1rem !important;
}

.sale-items-container .table-responsive[b-el812oymo3] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
    max-height: 100%;
    /* Scrollbar sadece gerektiğinde görünür */
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.sale-items-container .table[b-el812oymo3] {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.sale-items-container .table thead[b-el812oymo3] {
    display: table-header-group !important;
    visibility: visible !important;
}

.sale-items-container .table thead th[b-el812oymo3] {
    position: sticky;
    top: 0;
    background-color: #f8f9fa !important;
    z-index: 10;
    padding: 0.75rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-bottom: 2px solid #dee2e6;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
    color: #212529;
}

.sale-items-container .table thead th.text-center[b-el812oymo3] {
    text-align: center;
}

.sale-items-container .table thead th.text-end[b-el812oymo3] {
    text-align: right;
}

.sale-items-container .table tbody td[b-el812oymo3] {
    padding: 0.75rem;
    vertical-align: middle;
}

.sale-items-container .table tbody tr:hover[b-el812oymo3] {
    background-color: #f8f9fa;
}

.sale-items-container .table tfoot[b-el812oymo3] {
    position: sticky;
    bottom: 0;
    background-color: #e9ecef;
    z-index: 10;
}

.sale-items-container .table tfoot td[b-el812oymo3] {
    padding: 0.75rem;
    font-weight: 600;
    border-top: 2px solid #dee2e6;
}

/* Satış bilgileri kartı için özel stiller */
.sale-details-container .card:first-child .card-body p[b-el812oymo3] {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.sale-details-container .card:first-child .card-body p:last-of-type[b-el812oymo3] {
    margin-bottom: 0;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .sale-details-container[b-el812oymo3] {
        height: auto;
        min-height: auto;
        max-height: none;
    }
    
    .sale-details-container .card-body .row > div[b-el812oymo3] {
        margin-bottom: 0.5rem;
    }
    
    .sale-items-container[b-el812oymo3] {
        max-height: 400px;
    }
}

/* Scrollbar stilleri */
.sale-items-container .table-responsive[b-el812oymo3]::-webkit-scrollbar {
    width: 8px;
}

.sale-items-container .table-responsive[b-el812oymo3]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sale-items-container .table-responsive[b-el812oymo3]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.sale-items-container .table-responsive[b-el812oymo3]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* İade butonu için stil */
.sale-items-container .btn-sm[b-el812oymo3] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* _content/HirdavatPOS.Web/Pages/Sales/QuickSale.razor.rz.scp.css */
/* ============================================
   QUICK SALE - MODERN TASARIM
   ============================================ */

.quick-sale-container[b-vc1bmuqnkf] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: calc(100vh - 64px);
}

/* Page Header */
.page-header[b-vc1bmuqnkf] {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    color: white;
}

.page-title[b-vc1bmuqnkf] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-subtitle[b-vc1bmuqnkf] {
    margin: 0.5rem 0 0 0;
    opacity: 0.9;
    font-size: 1rem;
}

/* Alerts */
.alert[b-vc1bmuqnkf] {
    border-radius: 12px;
    border: none;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.alert-danger[b-vc1bmuqnkf] {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: white;
}

.alert-success[b-vc1bmuqnkf] {
    background: linear-gradient(135deg, #51cf66 0%, #40c057 100%);
    color: white;
}

/* Cart Sale Info - Sepet içindeki satış bilgileri */
.cart-sale-info[b-vc1bmuqnkf] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    flex-shrink: 0;
}

.cart-sale-info .form-label[b-vc1bmuqnkf] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

.cart-sale-info .form-select-sm[b-vc1bmuqnkf],
.cart-sale-info .form-control-sm[b-vc1bmuqnkf] {
    border-radius: 6px;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    padding: 0.4rem 0.6rem;
}

.cart-sale-info .form-select-sm:focus[b-vc1bmuqnkf],
.cart-sale-info .form-control-sm:focus[b-vc1bmuqnkf] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.cart-sale-info .btn-sm[b-vc1bmuqnkf] {
    padding: 0.4rem 0.6rem;
    font-size: 0.85rem;
}

.cart-sale-info small[b-vc1bmuqnkf] {
    font-size: 0.75rem;
}

.cart-divider-top[b-vc1bmuqnkf] {
    height: 1px;
    background: linear-gradient(90deg, transparent, #dee2e6, transparent);
    margin: 0.75rem 0;
    flex-shrink: 0;
}

/* Quick Sale Row */
.quick-sale-row[b-vc1bmuqnkf] {
    flex: 1;
    display: flex;
    min-height: 0;
    overflow: hidden;
    margin: 0;
}

/* Product Panel */
.product-panel[b-vc1bmuqnkf] {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.product-panel-header[b-vc1bmuqnkf] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.25rem 1.5rem;
    border: none;
}

.product-panel-header h5[b-vc1bmuqnkf] {
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.product-panel .card-body[b-vc1bmuqnkf] {
    padding: 1rem 1.5rem;
}

/* Barcode Section */
.barcode-section[b-vc1bmuqnkf] {
    padding: 0;
    margin-bottom: 0.75rem;
}

.barcode-section .input-group[b-vc1bmuqnkf] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.barcode-section .input-group-text[b-vc1bmuqnkf] {
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
}

.barcode-section .form-control[b-vc1bmuqnkf] {
    border: 1px solid #dee2e6;
    border-left: none;
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
}

.barcode-section .form-control:focus[b-vc1bmuqnkf] {
    border-color: #667eea;
    box-shadow: none;
}

.barcode-section .btn[b-vc1bmuqnkf] {
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

/* Search Section */
.search-section[b-vc1bmuqnkf] {
    padding: 0;
    margin-bottom: 0.75rem;
}

.search-section .input-group[b-vc1bmuqnkf] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.search-section .form-control[b-vc1bmuqnkf] {
    border: 1px solid #dee2e6;
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
}

.search-section .form-control:focus[b-vc1bmuqnkf] {
    border-color: #667eea;
    box-shadow: none;
}

.search-section .btn[b-vc1bmuqnkf] {
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

/* Product List */
.product-list[b-vc1bmuqnkf] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
    margin-top: 1rem;
    padding-right: 0.5rem;
}

/* Custom Scrollbar */
.product-list[b-vc1bmuqnkf]::-webkit-scrollbar {
    width: 8px;
}

.product-list[b-vc1bmuqnkf]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.product-list[b-vc1bmuqnkf]::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 10px;
}

.product-list[b-vc1bmuqnkf]::-webkit-scrollbar-thumb:hover {
    background: #764ba2;
}

/* Product Grid */
.product-grid[b-vc1bmuqnkf] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
    padding: 0.5rem 0;
}

/* Product Card */
.product-card[b-vc1bmuqnkf] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.product-card[b-vc1bmuqnkf]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.product-card:hover[b-vc1bmuqnkf] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.2);
    border-color: #667eea;
}

.product-card:hover[b-vc1bmuqnkf]::before {
    transform: scaleX(1);
}

.product-card.low-stock[b-vc1bmuqnkf] {
    border-color: #ffc107;
    background: linear-gradient(135deg, #fff9e6 0%, #ffffff 100%);
}

.product-card.out-of-stock[b-vc1bmuqnkf] {
    border-color: #dc3545;
    background: linear-gradient(135deg, #ffe6e6 0%, #ffffff 100%);
    opacity: 0.7;
}

.product-card-header[b-vc1bmuqnkf] {
    margin-bottom: 1rem;
}

.product-name[b-vc1bmuqnkf] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
}

.product-barcode[b-vc1bmuqnkf] {
    color: #6c757d;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
}

.product-card-body[b-vc1bmuqnkf] {
    flex: 1;
    margin-bottom: 1rem;
}

.product-info-row[b-vc1bmuqnkf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.product-info-row:last-child[b-vc1bmuqnkf] {
    border-bottom: none;
    margin-bottom: 0;
}

.info-label[b-vc1bmuqnkf] {
    font-size: 0.9rem;
    color: #6c757d;
    display: flex;
    align-items: center;
}

.product-price[b-vc1bmuqnkf] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #667eea;
}

.product-card-footer[b-vc1bmuqnkf] {
    margin-top: auto;
}

.product-card-footer .btn[b-vc1bmuqnkf] {
    border-radius: 8px;
    font-weight: 600;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

.product-card-footer .btn:hover[b-vc1bmuqnkf] {
    transform: scale(1.05);
}

.product-card.out-of-stock .btn[b-vc1bmuqnkf] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Empty State */
.empty-state[b-vc1bmuqnkf] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6c757d;
}

.empty-icon[b-vc1bmuqnkf] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-text[b-vc1bmuqnkf] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #495057;
}

.empty-hint[b-vc1bmuqnkf] {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Cart Panel */
.cart-panel[b-vc1bmuqnkf] {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.cart-panel-header[b-vc1bmuqnkf] {
    background: linear-gradient(135deg, #51cf66 0%, #40c057 100%);
    color: white;
    padding: 1.25rem 1.5rem;
    border: none;
}

.cart-panel-header h5[b-vc1bmuqnkf] {
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.cart-panel .card-body[b-vc1bmuqnkf] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Empty Cart */
.empty-cart[b-vc1bmuqnkf] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6c757d;
}

.empty-cart-icon[b-vc1bmuqnkf] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-cart-text[b-vc1bmuqnkf] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #495057;
}

.empty-cart-hint[b-vc1bmuqnkf] {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Cart Items */
.cart-items[b-vc1bmuqnkf] {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 200px;
    max-height: none;
    margin-bottom: 0;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
}

.cart-items[b-vc1bmuqnkf]::-webkit-scrollbar {
    width: 8px;
}

.cart-items[b-vc1bmuqnkf]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.cart-items[b-vc1bmuqnkf]::-webkit-scrollbar-thumb {
    background: #51cf66;
    border-radius: 10px;
}

.cart-items[b-vc1bmuqnkf]::-webkit-scrollbar-thumb:hover {
    background: #40c057;
}

/* Cart Item Card */
.cart-item-card[b-vc1bmuqnkf] {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.cart-item-card:hover[b-vc1bmuqnkf] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #51cf66;
}

.cart-item-header[b-vc1bmuqnkf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 0.75rem;
    border-bottom: 2px solid #e9ecef;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
    border-radius: 8px 8px 0 0;
}

.cart-item-header:hover[b-vc1bmuqnkf] {
    background-color: rgba(102, 126, 234, 0.05);
}

.cart-item-header-content[b-vc1bmuqnkf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cart-item-name[b-vc1bmuqnkf] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    line-height: 1.4;
}

.cart-item-summary[b-vc1bmuqnkf] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.cart-item-quantity-badge[b-vc1bmuqnkf] {
    background: #667eea;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
}

.cart-item-price-badge[b-vc1bmuqnkf] {
    background: #51cf66;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 700;
}

.cart-item-header-actions[b-vc1bmuqnkf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cart-item-chevron[b-vc1bmuqnkf] {
    font-size: 1rem;
    color: #6c757d;
    transition: transform 0.3s ease;
}

.cart-item-header:hover .cart-item-chevron[b-vc1bmuqnkf] {
    color: #667eea;
}

.cart-item-remove[b-vc1bmuqnkf] {
    flex-shrink: 0;
    border-radius: 8px;
    padding: 0.25rem 0.5rem;
    z-index: 10;
}

.cart-item-body[b-vc1bmuqnkf] {
    margin-bottom: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease, padding 0.3s ease;
}

.cart-item-body.collapsed[b-vc1bmuqnkf] {
    max-height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.cart-item-body.expanded[b-vc1bmuqnkf] {
    max-height: 1000px;
    opacity: 1;
    margin-bottom: 0;
    padding: 0.75rem;
    border-top: 1px solid #e9ecef;
}

.cart-item-row[b-vc1bmuqnkf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    gap: 0.75rem;
}

.cart-item-row:last-child[b-vc1bmuqnkf] {
    margin-bottom: 0;
}

.cart-item-label[b-vc1bmuqnkf] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6c757d;
    margin: 0;
    min-width: 90px;
    display: flex;
    align-items: center;
}

.quantity-control[b-vc1bmuqnkf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quantity-btn[b-vc1bmuqnkf] {
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid #dee2e6;
    transition: all 0.3s ease;
}

.quantity-btn:hover[b-vc1bmuqnkf] {
    border-color: #667eea;
    background: #667eea;
    color: white;
}

.quantity-input[b-vc1bmuqnkf] {
    width: 80px;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #dee2e6;
    font-weight: 600;
}

.quantity-input:focus[b-vc1bmuqnkf] {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.price-input[b-vc1bmuqnkf] {
    width: 120px;
    text-align: right;
    border-radius: 8px;
    border: 2px solid #dee2e6;
    font-weight: 600;
}

.discount-control-group[b-vc1bmuqnkf] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex: 1;
}

.discount-type-select[b-vc1bmuqnkf] {
    width: 100px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 2px solid #dee2e6;
    font-size: 0.8rem;
}

.discount-input[b-vc1bmuqnkf] {
    flex: 1;
    text-align: right;
    border-radius: 8px;
    border: 2px solid #dee2e6;
    font-weight: 600;
    min-width: 80px;
}

.price-input:focus[b-vc1bmuqnkf],
.discount-input:focus[b-vc1bmuqnkf] {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.cart-item-footer[b-vc1bmuqnkf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.75rem;
    border-top: 2px solid #e9ecef;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.cart-item-total-label[b-vc1bmuqnkf] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
}

.cart-item-total[b-vc1bmuqnkf] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #51cf66;
}

/* Cart Divider */
.cart-divider[b-vc1bmuqnkf] {
    height: 1px;
    background: linear-gradient(90deg, transparent, #dee2e6, transparent);
    margin: 0.75rem 0;
    flex-shrink: 0;
}

/* Cart Discount Section */
.cart-discount-section[b-vc1bmuqnkf] {
    margin-bottom: 0.5rem;
    padding: 0.75rem;
    background: #fff3cd;
    border-radius: 8px;
    border: 1px solid #ffc107;
    flex-shrink: 0;
}

.cart-discount-section .form-label[b-vc1bmuqnkf] {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    color: #856404;
    font-weight: 600;
}

.cart-discount-section .form-select-sm[b-vc1bmuqnkf] {
    border: 1px solid #ffc107;
    border-radius: 6px;
    font-size: 0.85rem;
    padding: 0.4rem 0.6rem;
}

.cart-discount-section .form-select-sm:focus[b-vc1bmuqnkf] {
    border-color: #ffc107;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.2);
}

.cart-discount-section .input-group-sm[b-vc1bmuqnkf] {
    border-radius: 6px;
    overflow: hidden;
}

.cart-discount-section .input-group-sm .input-group-text[b-vc1bmuqnkf] {
    background: #ffc107;
    color: #856404;
    font-weight: 600;
    border: 1px solid #ffc107;
    font-size: 0.85rem;
    padding: 0.4rem 0.6rem;
}

.cart-discount-section .input-group-sm .form-control[b-vc1bmuqnkf] {
    border: 1px solid #ffc107;
    border-left: none;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.4rem 0.6rem;
}

.cart-discount-section .input-group-sm .form-control:focus[b-vc1bmuqnkf] {
    border-color: #ffc107;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.2);
}

/* Cart Summary */
.cart-summary[b-vc1bmuqnkf] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 0.75rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    margin-bottom: 0.5rem;
    flex-shrink: 0;
}

.summary-row[b-vc1bmuqnkf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    font-size: 0.85rem;
}

.summary-row:last-of-type:not(.total-row)[b-vc1bmuqnkf] {
    margin-bottom: 0;
}

.summary-label[b-vc1bmuqnkf] {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.85rem;
}

.summary-value[b-vc1bmuqnkf] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.85rem;
}

.summary-divider[b-vc1bmuqnkf] {
    height: 1px;
    background: #dee2e6;
    margin: 0.5rem 0;
}

.total-row[b-vc1bmuqnkf] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 2px solid #51cf66;
}

.total-row .summary-label[b-vc1bmuqnkf] {
    font-size: 0.95rem;
    color: #2c3e50;
}

.total-amount[b-vc1bmuqnkf] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #51cf66;
}

/* Cart Action */
.cart-action[b-vc1bmuqnkf] {
    margin-top: auto;
    flex-shrink: 0;
    padding-top: 0.5rem;
    border-top: 2px solid #e9ecef;
    position: relative;
    z-index: 10;
    background: white;
}

.cart-action .btn-lg[b-vc1bmuqnkf] {
    border-radius: 10px;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    display: block;
}

.cart-action .btn-lg:hover:not(:disabled)[b-vc1bmuqnkf] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(81, 207, 102, 0.4);
}

.cart-action .btn-lg:disabled[b-vc1bmuqnkf] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .quick-sale-container[b-vc1bmuqnkf] {
        padding: 1rem;
        height: auto;
        min-height: 100%;
        overflow: visible;
    }

    .quick-sale-row[b-vc1bmuqnkf] {
        flex-direction: column;
        overflow: visible;
    }

    .product-grid[b-vc1bmuqnkf] {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1rem;
    }

    .cart-panel.sticky-top[b-vc1bmuqnkf] {
        position: relative !important;
    }

    .quick-sale-container .col-lg-8[b-vc1bmuqnkf] {
        order: 1;
    }
    
    .quick-sale-container .col-lg-4[b-vc1bmuqnkf] {
        order: 2;
    }
}

@media (max-width: 767.98px) {
    .page-header[b-vc1bmuqnkf] {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .page-title[b-vc1bmuqnkf] {
        font-size: 1.5rem;
    }

    .page-subtitle[b-vc1bmuqnkf] {
        font-size: 0.9rem;
    }

    .sale-info-content[b-vc1bmuqnkf] {
        padding: 1rem;
    }

    .product-grid[b-vc1bmuqnkf] {
        grid-template-columns: 1fr;
    }

    .cart-item-row[b-vc1bmuqnkf] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .cart-item-label[b-vc1bmuqnkf] {
        min-width: auto;
        width: 100%;
    }

    .quantity-control[b-vc1bmuqnkf],
    .price-input[b-vc1bmuqnkf] {
        width: 100%;
    }

    .discount-control-group[b-vc1bmuqnkf] {
        width: 100%;
        flex-direction: column;
    }

    .discount-type-select[b-vc1bmuqnkf] {
        width: 100%;
    }

    .discount-input[b-vc1bmuqnkf] {
        width: 100%;
    }

    .product-panel .card-body[b-vc1bmuqnkf],
    .cart-panel .card-body[b-vc1bmuqnkf] {
        padding: 1rem;
    }
}

/* Touch Optimizations */
@media (hover: none) and (pointer: coarse) {
    .product-card[b-vc1bmuqnkf],
    .cart-item-card[b-vc1bmuqnkf] {
        padding: 1rem;
    }

    .quantity-btn[b-vc1bmuqnkf],
    .cart-item-remove[b-vc1bmuqnkf] {
        min-height: 44px;
        min-width: 44px;
    }

    .cart-action .btn-lg[b-vc1bmuqnkf] {
        min-height: 56px;
    }
}
/* _content/HirdavatPOS.Web/Pages/Transactions/Details.razor.rz.scp.css */
.transaction-details-container[b-lpbuwwun0q] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 180px);
    min-height: 400px;
    max-height: calc(100vh - 180px);
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.transaction-details-container > .card[b-lpbuwwun0q] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    flex: 1;
}

.transaction-details-container .card-header[b-lpbuwwun0q] {
    flex: 0 0 auto;
    padding: 0.75rem 1rem;
}

.transaction-details-container .card-header h5[b-lpbuwwun0q] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.transaction-details-container .card-body[b-lpbuwwun0q] {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.transaction-details-container .card-body p[b-lpbuwwun0q] {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.transaction-details-container .card-body p:last-of-type[b-lpbuwwun0q] {
    margin-bottom: 0;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .transaction-details-container[b-lpbuwwun0q] {
        height: auto;
        min-height: auto;
        max-height: none;
    }
    
    .transaction-details-container .card-body .row > div[b-lpbuwwun0q] {
        margin-bottom: 0.5rem;
    }
}

/* _content/HirdavatPOS.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-74y084scup] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-74y084scup] {
    flex: 1;
}

.sidebar[b-74y084scup] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-74y084scup] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-74y084scup]  a, .top-row .btn-link[b-74y084scup] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-74y084scup] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-74y084scup] {
        display: none;
    }

    .top-row.auth[b-74y084scup] {
        justify-content: space-between;
    }

    .top-row a[b-74y084scup], .top-row .btn-link[b-74y084scup] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-74y084scup] {
        flex-direction: row;
    }

    .sidebar[b-74y084scup] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-74y084scup] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-74y084scup], article[b-74y084scup] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/HirdavatPOS.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-36g5lv2do1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-36g5lv2do1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-36g5lv2do1] {
    font-size: 1.1rem;
}

.oi[b-36g5lv2do1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-36g5lv2do1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-36g5lv2do1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-36g5lv2do1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-36g5lv2do1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-36g5lv2do1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-36g5lv2do1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-36g5lv2do1] {
        display: none;
    }

    .collapse[b-36g5lv2do1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-36g5lv2do1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
