.container {
    max-width: 1200px;
    margin: 0 auto;
}

h1, h2, h3, h4 {
    color: #333;
}

.btn-warehouse {
    background-color: #007bff;
    color: #fff;
    border-radius: 0.5rem;
    transition: 0.3s;
}

.btn-warehouse:hover {
    background-color: #0056b3;
    color: #fff;
}

table.table {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

table.table th, table.table td {
    vertical-align: middle;
}

.action-column .btn {
    margin-right: 0.25rem;
}

.card, .feature-card {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    background-color: #fff;
}

.feature-card {
    text-align: center;
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card .feature-icon {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 1rem;
}

.status-draft {
    color: #ffc107;
    font-weight: 600;
}

.status-completed {
    color: #28a745;
    font-weight: 600;
}

/* Отчёты */
.report-stock-index .grid-view table,
.report-movement-index .grid-view table {
    border-radius: 0.5rem;
    overflow: hidden;
}

.report-stock-index .grid-view th,
.report-movement-index .grid-view th {
    background-color: #f8f9fa;
}

.modal-content, .form-control {
    border-radius: 0.5rem;
}

.grid-view .filters {
    margin-bottom: 1rem;
}

.fas {
    color: #007bff;
}
