.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: #6c757d;
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: #B22222;
}

.btn-toggle::before {
  padding-right: 20px;
  line-height: 0;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-weight: 900;
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

/*
.btn-toggle[aria-expanded="true"] {
  color: #0067B1;
  transition: all 0.3s ease;
}
*/
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  margin-left: 40px;
  text-decoration: none;
  color: #6c757d;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  color: #B22222;
}

.btn-toggle-nav a.active{
color: #B22222;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }