.asn-tracking-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.asn-status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: capitalize;
}

.asn-status-pending {
    background-color: #fff3cd;
    color: #856404;
}

.asn-status-approved {
    background-color: #d1ecf1;
    color: #0c5460;
}

.asn-status-in-transit {
    background-color: #e2e3e5;
    color: #383d41;
}

.asn-status-delivered {
    background-color: #d4edda;
    color: #155724;
}

.asn-filter-form {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.asn-filter-form .form-row {
    margin-bottom: 10px;
}

.asn-filter-form label {
    display: inline-block;
    min-width: 100px;
}

.asn-table {
    width: 100%;
    border-collapse: collapse;
}

.asn-table th, .asn-table td {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.asn-table th {
    background-color: #f2f2f2;
}