.p_analytics_payments .list_info {
  border-radius: 6px;
  background: #FFF8D7;
  padding: 10px 20px;
  display: grid;
  gap: 8px 40px;
  grid-template-columns: auto auto 1fr;
  margin-bottom: 15px;
}
.p_analytics_payments .list_info .com_red_txt {
  font-weight: 600;
}
.p_analytics_payments .com_list th:nth-child(2), .p_analytics_payments .com_list th:last-child {
  background-color: #FFF8D7;
}
.p_analytics_payments .com_list td:first-of-type, .p_analytics_payments .com_list td:last-child {
  background-color: #FFFCEB;
}
.p_analytics_payments .com_list td:nth-child(n+7):nth-child(-n+9) {
  background-color: #FBFBFB;
}
.p_analytics_payments .com_list .total {
  font-weight: 700;
}