.navbar-brand { font-weight: bold; }
.status-cutting { background-color: #6c757d; color: white; }      /* Серый для "В крое" */
.status-sewing { background-color: #ffc107; color: black; }      /* Желтый для "В швейном цеху" */
.status-packing_quality { background-color: #17a2b8; color: white; } /* Голубой для "На упаковке/ОТК" */
.status-warehouse { background-color: #28a745; color: white; }   /* Зеленый для "На складе" */

.batch-status {
    padding: 0.25em 0.6em;
    border-radius: 0.25rem;
    font-size: 0.875em;
    font-weight: 500;
}

.btn-group .btn {
    margin-left: 0;
}

.btn-group .btn:last-child {
    margin-left: 0.25rem;
}

/* Стили для карточки фильтров */
.card-header {
    background-color: #f8f9fa;
    cursor: pointer;
    transition: background-color 0.2s;
}

.card-header:hover {
    background-color: #e9ecef;
}

.filter-toggle {
    transition: transform 0.3s;
}

/* Плавная анимация аккордеона */
.collapsing {
    transition: height 0.3s ease;
}

/* Отступы для выпадающих списков */
.form-select {
    cursor: pointer;
}

/* Адаптивность */
@media (max-width: 768px) {
    .col-md-4 {
        margin-bottom: 1rem;
    }
}

.table-primary {
    background-color: #cfe2ff !important;
}

.table-dark th {
    background-color: #2c3e50;
    color: white;
    border-color: #34495e;
}

.table-dark th .small {
    font-size: 0.8em;
    opacity: 0.9;
}

.table-dark th .fw-bold {
    font-size: 1.1em;
}