.tbDiscountLog tr th:nth-child(1) {
  width: 18% !important;
}
.tbDiscountLog tr th:nth-child(2) {
  width: 14% !important;
}
.tbDiscountLog tr th:nth-child(3) {
  width: 14% !important;
}
.tbDiscountLog tr th:nth-child(4) {
  width: 14% !important;
}
.tbDiscountLog tr th:nth-child(5) {
  width: 14% !important;
}
.tbDiscountLog tr th:last-child {
  width: 12% !important;
}

.discount {
  color: #afca0b;
  font-weight: bold;
  font-size: 18px;
}
.discount span {
  float: right;
}
.discount .fa-plus-square {
  color: #28a745;
}
.discount .fa-minus-square {
  color: #dc3545;
}
.discount span i {
  padding-left: 5px;
  cursor: pointer;
}


.newDiscount {
  float: right;
  margin-top: 2px;
}
.discountDetails,
.additionalCharges {
  margin: 1.7rem 0;
}
#allPincodeCharges .modal-body {
  overflow-y: scroll;
  height: 530px;
}
SurfaceChargesHistoryModal .modal-body {
  overflow-y: scroll;
  height: 390px;
}
#surfaceChargesHistoryLog tr th:nth-child(1) {
  width: 7% !important;
}
#surfaceChargesHistoryLog tr th:nth-child(2) {
  width: 7% !important;
}
#surfaceChargesHistoryLog tr th:nth-child(3) {
  width: 8% !important;
}
#surfaceChargesHistoryLog tr th:nth-child(4) {
  width: 8% !important;
}
#surfaceChargesHistoryLog tr th:nth-child(5) {
  width: 8% !important;
}
#surfaceChargesHistoryLog tr th:nth-child(6) {
  width: 8% !important;
}
#surfaceChargesHistoryLog tr th:nth-child(7) {
  width: 8% !important;
}
#surfaceChargesHistoryLog tr th:nth-child(8) {
  width: 9% !important;
}

#surfaceChargesHistoryLog tr th:nth-child(9) {
  width: 9% !important;
}
#surfaceChargesHistoryLog tr th:nth-child(10) {
  width: 9% !important;
}
#surfaceChargesHistoryLog tr th:nth-child(11) {
  width: 9% !important;
}
#surfaceChargesHistoryLog tr th:nth-child(12) {
  width: 10% !important;
}



.tbDiscountDetailsLog tr th:nth-child(1) {
  min-width: 70px !important;
}
.tbDiscountDetailsLog tr th:nth-child(2) {
  min-width: 70px !important;
}
.tbDiscountDetailsLog tr th:nth-child(3) {
  min-width: 60px !important;
}
.tbDiscountDetailsLog tr th:nth-child(4) {
 min-width: 50px !important;
}
.tbDiscountDetailsLog tr th:nth-child(5) {
  min-width: 80px !important;
}
.tbDiscountDetailsLog tr th:nth-child(6) {
  min-width: 70px !important;
}
.tbDiscountDetailsLog tr th:nth-child(7) {
  min-width: 50px !important;
}
.tbDiscountDetailsLog tr th:nth-child(8) {
  min-width: 100px !important;
  text-align: center;
}

