html {
  scroll-behavior: smooth;
}
.bg-light {
    border: 0px solid rgba(0,0,0,0.1);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.6);
}
.report_table th, .report_table td {
    padding: 0.25rem;
}
.nav-item {
    margin-right: 0.5rem;
}
.btn_report {
    padding: 0.1rem 0.75rem;
    border-radius: 10rem;
    font-size: 0.7rem;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}