/* page-new-request */
.title-product-table {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 35vi;
}

.size-product-table {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60px;
}
