.nafis-filter-form {
  margin: 1rem 0;
  padding: 1rem;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nafis-filter-form .headline {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nafis-field {
  display: flex;
  flex-direction: column;
}

.nafis-field label {
  font-weight: 600;
  margin: 4px;
  font-size: 13px;
  color: #333;
}

.nafis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

.nafis-grid input[type="text"],
.nafis-grid select,
.nafis-grid input[type="date"] {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
}
.nafis-grid .button {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
}

.nafis-filter-actions {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}

.button-large {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5;
}

.wp-list-table .column-barcode {
  width: 250px;
  min-width: 250px;
}

.wp-list-table .column-receiverName {
  width: 180px;
  min-width: 180px;
}

.wp-list-table .column-branchName {
  width: 150px;
}
.wp-list-table .column-weight {
  width: 100px;
}

.nafis-filter-badge {
  display: inline-block;
  margin-right: 6px;
  font-size: 13px;
  color: #e8354a;
  border-radius: 4px;
  font-weight: 500;
}
mark.order-status.status-nafis-barcode{
  color:white;
  background-color: #e8354a;
}
