.table-wrapper {
  display: flex;
  gap: 25px;
}

.table-wrapper .summary {
  width: 25%;
}

.table-wrapper .charts {
  width: calc(75% - 25px);
}

.table-wrapper.with-sidebar{
  width: calc(100vw - 130px);
}

.table-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 10px;
}

.table-filters .ts-control {
  align-items: center;
  height: 52px;
  min-width: 150px;
}

#pnl-table .column-header {
  padding: 0.5rem 1rem;
}

