.tnr-sidebar {
  /*
  max-width: 350px;
  */
}

.tnr-btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
}

.tnr-btn-toggle:hover,
.tnr-btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: rgba(0, 0, 0, .15);
}

.tnr-btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("/static/img/sidebar_svg.svg");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.tnr-btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.85);
}

.tnr-btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.tnr-btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
  color: rgba(0, 0, 0, .65);
}

.tnr-btn-toggle-nav a:hover,
.tnr-btn-toggle-nav a:focus {
  background-color: rgba(0, 0, 0, .15);
}

.tnr-btn-toggle-nav-sng a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}

.tnr-btn-toggle-nav-sng a:hover,
.tnr-btn-toggle-nav-sng a:focus {
  background-color: rgba(0, 0, 0, .15);
}

.tnr2-btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
}

.tnr-panda-table{
  font-size: smaller;
}

