.sidebar .dropdown-toggle { outline: 0; }

.sidebar .btn-toggle {
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}

.sidebar .btn-toggle:hover,
.sidebar .btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}

.sidebar .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  position: absolute;
  right: 1.8em;
  transform: rotate(90deg);
}

[data-bs-theme="dark"] .sidebar .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.sidebar .btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}
.sidebar .btn-toggle[aria-expanded="true"]::before {
  transform: rotate(-90deg);
}

.sidebar .btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .4rem;
  margin-left: .7rem;
  font-size: medium;
}
.sidebar .btn-toggle-nav a:hover,
.sidebar .btn-toggle-nav a:focus {
  background-color: #cccccc;
}

.sidebar .scrollarea {
  overflow-y: auto;
}

.sidebar .offcanvas-body * {
  font-size: large;
  font-weight: 600;
  color: #404040 !important;
}

.vertical-bar {
  border-left: 2px solid #cccccc;
}

.sidebar .active {
  color: #3252C1 !important;
}

.sidebar #username {
  font-weight: 600;
}

.sidebar #useremail {
  color: #555555;
}
