
.dropdown-toggle { outline: 0; }

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

.sidebar .btn {
    text-align: left !important;
    font-weight: 500 !important;
    font-size: .9rem !important;
}

.sidebar a {
  font-weight: 400 !important;
  color: #5b5b5b !important; 
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  width: 100% !important;
 }

.sidebar a:hover {
  background-color: #cac7c726;
}

.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;
  width: 100%;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #9e9e9e26;
}

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


.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  padding-left: 2rem;
  text-decoration: none;
  border-bottom: 1px solid rgb(236 236 236 / 41%);
}

.sidebar .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}

.scrollarea {
  overflow-y: auto;
}

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

.sidebar .nav-item {
  border-bottom: 1px solid rgb(236 236 236 / 41%);
}