@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
.btn.pag_sales_button{
  display: inline-block;
  width: 30px !important; 
  heigth: 30px !important; 
  margin: 4px;
  text-align: center;
}
.pag_sales_button{
  border: 1px solid lightgrey !important;
/*  background: grey;*/
  border-radius: 3px;
/*  color: white;*/
  font-size: 13px;
  font-family: 'Roboto Flex', sans-serif;
}
.pag_sales_button.active{
  border: 1px solid lightgrey;
/*  background: #C20000;*/
  border-radius: 3px;
/*  color: white;*/
  font-size: 13px;
  font-family: 'Roboto Flex', sans-serif;
}
.pag_sales_button:hover{
  border: 1px solid lightgrey;
  background: black;
  border-radius: 3px;
  color: white;
  font-size: 13px;
  font-family: 'Roboto Flex', sans-serif;
}