.owner-shell .sidebar {
  overflow: hidden;
}

.owner-shell .sidebar-brand,
.owner-shell .site-lock-card,
.owner-shell .sidebar-account {
  flex: 0 0 auto;
}

.owner-shell .sidebar-nav {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 4px 10px 0;
  scrollbar-color: rgba(185, 217, 247, 0.45) transparent;
  scrollbar-width: thin;
}

.owner-shell .sidebar-nav::-webkit-scrollbar {
  width: 6px;
}

.owner-shell .sidebar-nav::-webkit-scrollbar-thumb {
  background: rgba(185, 217, 247, 0.38);
  border-radius: 999px;
}

.owner-shell .sidebar-nav-group {
  margin: 0 0 5px;
}

.owner-shell .sidebar-nav-group > summary {
  min-height: 34px;
  color: #86a5bd;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 9px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 9px;
  font-weight: 850;
}

.owner-shell .sidebar-nav-group > summary::-webkit-details-marker {
  display: none;
}

.owner-shell .sidebar-nav-group > summary:hover,
.owner-shell .sidebar-nav-group[open] > summary {
  color: #d8ebfb;
  background: rgba(255, 255, 255, 0.055);
}

.owner-shell .nav-group-chevron {
  font-size: 16px;
  line-height: 1;
  transform: rotate(-90deg);
  transition: transform 0.16s ease;
}

.owner-shell .sidebar-nav-group[open] .nav-group-chevron {
  transform: rotate(0deg);
}

.owner-shell .sidebar-nav-items {
  display: grid;
  gap: 3px;
  padding-top: 3px;
}

.owner-shell .sidebar-nav-items button {
  min-height: 40px;
}

.owner-shell .sidebar-account {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: inherit;
  padding-top: 5px;
}

.owner-shell .sidebar-account .manager-card {
  border-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.owner-shell .sidebar-account .password-button,
.owner-shell .sidebar-account .logout-button {
  width: 100%;
  min-height: 40px;
}

.owner-shell .sidebar-account .logout-button {
  color: #ffc0c0;
}

@media (width <= 820px) {
  .sidebar-nav,
  .sidebar-account {
    display: none;
  }
}
