.lab-tbl-price-discount {
  margin: 0;
}
.lab-tbl-price-discount {
  margin: 0 auto; /* مرکز کردن جدول */
  width: 80%; /* کاهش عرض جدول */
  font-size: 12px; /* کوچک‌تر کردن فونت */
  border-collapse: collapse; /* حذف فاصله بین خطوط جدول */
}

.lab-tbl-price-discount th,
.lab-tbl-price-discount td {
  padding: 5px; /* کاهش فاصله داخلی سلول‌ها */
  text-align: center; /* متن وسط‌چین */
  border: 1px solid #ddd; /* خطوط جدول */
  max-width: 65px !important;
  min-width: 65px !important;
  width: 65px !important;
}

.lab-tbl-price-discount th {
  background-color: #f4f4f4; /* رنگ پس‌زمینه برای هدر */
  font-weight: bold;
  font-size: 10px; /* کوچک‌تر کردن فونت */
}

.lab-tbl-price-discount tr:nth-child(even) {
  background-color: #f9f9f9; /* رنگ پس‌زمینه برای ردیف‌های زوج */
}

.lab-tbl-price-discount tr:hover {
  background-color: #f1f1f1; /* رنگ پس‌زمینه هنگام هاور */
}

.lab-tbl-price-discount .rowactive {
  background-color: #007bff !important; /* پس‌زمینه آبی */
  color: #ffffff; /* متن سفید */
}

.lab-tbl-price-discount .rowactive td {
  color: #ffffff; /* متن سفید برای سلول‌ها */
}
#price-summary{
  display: flex;
  gap:10px;
  justify-content: space-between;
  margin-bottom: 1rem;
}
#price-summary > div{
  text-align: center;
}
#price-summary .caption{
  font-weight: bold;
  color: #000;
}
#price-summary .value{
  color: #000;
}