* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/* Hide Cost estimation date column. */
th.column-cost\.updateDate,
td.column-cost\.updateDate {
  display: none !important;
}

/* Hide Estimate column. */
th.column-cost\.price,
td.column-cost\.price {
  display: none !important;
}

/* Hide Final cost column. */
th.column-finalCost\.price,
td.column-finalCost\.price {
  display: none !important;
}

/* Hide Cost status column. */
th.column-costStatus,
td.column-costStatus {
  display: none !important;
}