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