/* Style for the Remove button */
.remove-line-item {
  background-color: #ff4f4f; /* Choose your desired background color */
  color: #fff; /* Text color */
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.remove-line-item:hover {
  background-color: #e03030; /* Hover background color */
  color: #fff; /* Hover text color */
}
/* Style for the entire meta box */
#expense_details {
  padding: 20px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
} /* Style for labels */
label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
} /* Style for text inputs */
input[type="text"],
input[type="date"] {
  width: 100%;

  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
} /* Style for the read-only field (Expense-ID) */
#expense_id {
  background-color: #eee;
  color: #333;
  font-weight: normal;
  cursor: not-allowed;
} /* Style for the placeholder text in receipt_number input */
#receipt_number::placeholder {
  font-style: italic;
  color: #aaa;
} /* Style for the ABN Number input */
#abn_number {
  width: 50%; /* Adjust the width as needed */
} /* Style for the save button (if applicable) */
#publishing-action {
  display: block !important; /* Display the "Publish" button */
}
.item_type {
  margin-bottom: 10px;
}
.hide {
  display: none !important;
}
input,
textarea,
select {
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #8c8f94;
  background-color: #fff;
  color: #2c3338;
}
.w-100 {
  width: 100%;
}
#expense-report-form #line_bulk_table .form-input {
  padding: 5px;
  height: 28px;
  line-height: 28px;
  margin: 0;
  min-height: unset;
  word-wrap: unset;
  font-size: 12px;
}
#expense-report-form .image-preview {
  position: relative;
}
#expense-report-form .image-preview span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
#expense-report-form .rec_remove {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 0;
  height: 20px;
  width: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#customerinfo .populateinfoview .field {
  height: unset;
  align-items: center;
  margin-bottom: 10px;
}
#customerinfo .populateinfoview .field label {
  margin: 0;
}
#customerinfo .populateinfoview .field input {
  margin: 0;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
#quote_items_table td.flextd {
  width: unset !important;
}
#expense-report-form #itemRepeater #line_bulk_table thead th {
  min-width: 45px;
}
.alignleft.actions #filter-by-date {
  height: auto;
  max-height: 30px;
}
.alignleft.actions #advancefilter {
  margin: 0;
}
.alignleft.actions #advancefilter #filters {
  margin-top: 0;
}
.alignleft.actions a.button.button-primary,
.alignleft.actions #hideadvance {
  max-height: 30px;
  margin-top: 0 !important;
}
#advancefilter #filters .filter-group input {
  min-height: 30px;
}
#line_items_container #quote_items_table textarea {
  height: 30px;
}
@media only screen and (max-width: 782px) {
  #posts-filter .tablenav.top .actions {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  #advancefilter #filters .filter-group input {
    width: 100%;
    margin: 15px 0;
  }
  #advancefilter #filters .filter-group {
    flex-wrap: wrap;
  }
}