.table-container {
    max-height: 550px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

    /* Estilos para la barra de scroll */
    .table-container::-webkit-scrollbar {
        width: 8px;
    }

    .table-container::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .table-container::-webkit-scrollbar-thumb {
        background: var(--primary);
        border-radius: 10px;
    }

        .table-container::-webkit-scrollbar-thumb:hover {
            background: var(--secondary);
        }


.section-title {
    position: relative;
    margin-bottom: 1.5rem;
    color: var(--dark-color);
}
    .section-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 50px;
        height: 3px;
        background: var(--bs-success);
    }

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em #0000001a, inset 0 .125em .5em #00000026
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh
}

.bi {
    vertical-align: -.125em;
    fill: currentColor
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8
}

.bd-mode-toggle {
    z-index: 1500
}

    .bd-mode-toggle .bi {
        width: 1em;
        height: 1em
    }

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important
    }

.purchase-card {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: none;
}

.batch-badge {
    font-size: 0.75rem;
    font-weight: normal;
}

.product-item {
    transition: all 0.2s ease;
    border-radius: 8px;
}

    .product-item:hover {
        background-color: #f8f9fa;
    }

.scrollable-details {
    max-height: 50vh;
    overflow-y: auto;
}

.sticky-summary {
    position: sticky;
    bottom: 0;
    background: white;
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
}
.dashboard-card {
    transition: all 0.3s ease;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

    .dashboard-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    }

.quick-action {
    transition: all 0.2s ease;
    border-radius: 10px;
    text-align: center;
    padding: 1.5rem 0.5rem;
}

    .quick-action:hover {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

.recent-sale-item {
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

    .recent-sale-item:hover {
        background-color: #f8f9fa;
        border-left: 3px solid #0d6efd;
    }

.status-badge {
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: 500;
}

.welcome-card {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    border-radius: 12px;
    overflow: hidden;
}

.adjustment-card {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: none;
}

.badge-adjustment {
    font-size: 0.75rem;
    font-weight: normal;
}

.table-details {
    font-size: 0.9rem;
}

    .table-details th {
        background-color: #f8f9fa;
    }

.positive-difference {
    color: #28a745;
    font-weight: 500;
}

.negative-difference {
    color: #dc3545;
    font-weight: 500;
}

.scrollable-table {
    max-height: 500px;
    overflow-y: auto;
}

.return-card {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: none;
}

.product-item {
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

    .product-item:hover {
        background-color: #f8f9fa;
        border-left: 3px solid #0d6efd;
    }

.batch-badge {
    font-size: 0.75rem;
    font-weight: normal;
}

.scrollable-container {
    max-height: 400px;
    overflow-y: auto;
}

.return-reason {
    font-size: 0.85rem;
}

.management-card {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: none;
}

.user-card {
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

    .user-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
        border-left: 4px solid #0d6efd;
    }

.role-badge {
    font-size: 0.75rem;
    font-weight: 500;
}

.permission-item {
    transition: all 0.2s ease;
}

    .permission-item:hover {
        background-color: #f8f9fa;
    }

.module-header {
    background-color: #e9ecef;
    border-left: 4px solid #6c757d;
}