* {
    font-family: 'Poppins', sans-serif;
  }


 
.sidebar svg.fa-buffer{
    font-size: 20px !important;
}

.sidebar a.nav-link{
    white-space: normal !important;
}

.sidebar svg.fa-cog{
    font-size: 20px !important;
}

.csv-button {
  border: none;
  background-color: #138b08;
  padding: 2px 15px;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  border: rgba(0,0,0,0) 2px solid;

}

.csv-button:hover {
  background-color: white;
  color: black;
  border: #138b08 2px solid;
  font-weight: bold;
  position: relative;
}

.print-button {
  border: none;
  background-color: #49b93f;
  padding: 2px 15px;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  border: rgba(0,0,0,0) 2px solid;

}

.print-button:hover {
  background-color: white;
  color: black;
  border: #49b93f 2px solid;
  font-weight: bold;
  position: relative;
}



