@media (min-width: 118rem) {
  #table-dashboards_delivery-sales_quotas_tracker .mantine-Table-th,
  #table-dashboards_delivery-sales_quotas_tracker .mantine-Table-td {
    padding: 8px 2px !important;
    font-size: 12px !important;
  }
}

@media (min-width: 80rem) and (max-width: 118rem) {
  #table-dashboards_delivery-sales_quotas_tracker .mantine-Table-th,
  #table-dashboards_delivery-sales_quotas_tracker .mantine-Table-td {
    padding: 8px 2px !important;
    font-size: 10px !important;
  }

  #table-dashboards_delivery-sales_quotas_tracker .mantine-Table-th {
    min-width: 0px !important;
  }

  #table-dashboards_delivery-sales_quotas_tracker .mantine-Table-td {
    height: auto !important;
  }
}

@media (max-width: 96rem) {
  #table-dashboards_delivery-sales_quotas_tracker .mantine-Table-th,
  #table-dashboards_delivery-sales_quotas_tracker .mantine-Table-td {
    padding: 6px 2px !important;
    font-size: 8px !important;
  }

  #table-dashboards_delivery-sales_quotas_tracker .mantine-Table-th {
    min-width: 0px !important;
  }

  #table-dashboards_delivery-sales_quotas_tracker .mantine-Table-td {
    height: auto !important;
  }
}
