/* _content/Natra.B2B.User/Pages/Cart.razor.rz.scp.css */
.tooltip-container[b-bdbtzze6l4] {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    pointer-events: none; /* Prevents tooltip from blocking other elements */
    display: none; /* Hidden by default */
}

    .tooltip-container.visible[b-bdbtzze6l4] {
        display: block; /* Show when `showTooltip` is true */
    }
/* _content/Natra.B2B.User/Pages/Stocks.razor.rz.scp.css */
.page-top-header[b-kal6ihnom7] {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.no-margin[b-kal6ihnom7] {
    margin: 0px
}

[b-kal6ihnom7] .rz-panel {
    padding: 2px
}

[b-kal6ihnom7] .rz-paginator {
    display: none !important
    /* padding: 0px*/
}
.tooltip-container[b-kal6ihnom7] {
    position: fixed;
    overflow: visible;
    background-color: #2c2c2c;
    color: white;
    border: 2px solid #FFD700;
    border-radius: 8px;
    padding: 12px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    display: none;
    z-index: 1050;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.8;
    white-space: pre-line;
    min-width: 250px;
}

    .tooltip-container.visible[b-kal6ihnom7] {
        display: block;
    }

.rz-grid-header[b-kal6ihnom7] {
    position: relative; /* Grid başlığı için bağlam oluşturur */
    z-index: 1000; /* Tooltip'in altına yerleştirilir */
}

.rz-checkbox-list .rz-checkbox-label[b-kal6ihnom7] {
    margin-bottom: 2px; /* Alt boşluğu daraltır */
    font-size: 12px; /* Yazı boyutunu küçültür */
}

/* Checkbox kutusunun boyutunu ayarlamak için */
.rz-checkbox[b-kal6ihnom7] {
    margin-right: 5px; /* Kutular arasındaki sağ boşluk */
}

.stock-oem-cell[b-kal6ihnom7] {
    max-width: 70px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.2em;
    height: 2.4em; /* 2 satır için */
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Tarayıcı uyumluluğu için */
.stock-oem-cell-fallback[b-kal6ihnom7] {
    max-width: 70px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    display: block;
}

/* Stok toplamı <=0 olan satırları kırmızı yap */
.rz-data-grid tr.row-outofstock td[b-kal6ihnom7] {
    color: #d93025 !important;
}

/* Seçili satırın renklerini tema yönetsin (kırmızıyı bastır) */
.rz-data-grid tr.rz-state-selected td[b-kal6ihnom7] {
    color: inherit !important;
}

/* Grid genişlerse yatay kaydırma */
.rz-data-grid[b-kal6ihnom7] {
    overflow-x: auto;
}
/* _content/Natra.B2B.User/Shared/MainLayout.razor.rz.scp.css */
.page[b-ilwt93sdyv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ilwt93sdyv] {
    flex: 1;
}

.sidebar[b-ilwt93sdyv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ilwt93sdyv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ilwt93sdyv]  a, .top-row .btn-link[b-ilwt93sdyv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ilwt93sdyv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ilwt93sdyv] {
        display: none;
    }

    .top-row.auth[b-ilwt93sdyv] {
        justify-content: space-between;
    }

    .top-row a[b-ilwt93sdyv], .top-row .btn-link[b-ilwt93sdyv] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ilwt93sdyv] {
        flex-direction: row;
    }

    .sidebar[b-ilwt93sdyv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ilwt93sdyv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ilwt93sdyv], article[b-ilwt93sdyv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Natra.B2B.User/Shared/NavMenu.razor.rz.scp.css */
/* NavMenu Ana Container */
.navbar[b-9iesxbekvr] {
    height: 60px !important;
    min-height: 60px !important;
}

.navbar .container-fluid[b-9iesxbekvr] {
    height: 100% !important;
}

.navbar-collapse[b-9iesxbekvr] {
    height: 100% !important;
}

/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}*/

    /*.nav-item:first-of-type {
        padding-top: 1rem;
    }*/

    /*.nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/

/* Müşteri Adı Display Stilleri */
.customer-name-display[b-9iesxbekvr] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin: 0;
    padding: 0;
    height: 100%;
}

.customer-name-text[b-9iesxbekvr] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border: 0px solid #343a40;
    border-radius: 0;
    padding: 0px 16px;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transform: skewX(-15deg);
    text-align: center;
    min-width: 200px;
    max-width: 350px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

/* Responsive Design */
@media (max-width: 768px) {
    .customer-name-display[b-9iesxbekvr] {
        margin: 10px 0;
        order: 2;
        width: 100%;
    }
    
    .customer-name-text[b-9iesxbekvr] {
        width: fit-content;
        max-width: 90%;
        transform: none;
    }
}

@media (max-width: 576px) {
    .customer-name-text[b-9iesxbekvr] {
        font-size: 11px;
        padding: 4px 8px;
    }
}
/* _content/Natra.B2B.User/Shared/PageTopHeader.razor.rz.scp.css */
.page-top-header[b-hgmi4dy80h] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.no-margin[b-hgmi4dy80h] {
    margin: 0px
}

[b-hgmi4dy80h] .rz-panel {
    padding: 2px
}

[b-hgmi4dy80h] .rz-paginator {
    display: none!important
   /* padding: 0px*/
}
