@media -sass-debug-info{filename{}line{font-family:\000037}}
nav {
  margin-bottom: 40px !important;
}

@media -sass-debug-info{filename{}line{font-family:\0000312}}
.ui.fixed.main.menu .right.menu > .item:last-of-type {
  border-right: 1px solid rgba(34, 36, 38, 0.0980392);
}

@media -sass-debug-info{filename{}line{font-family:\0000318}}
nav .mobile.only.row .ui.vertical.menu {
  margin-top: 40px;
  display: none;
}

@media -sass-debug-info{filename{}line{font-family:\0000325}}
.flashes > .ui.message:last-of-type {
  margin-bottom: 2rem;
}

@media -sass-debug-info{filename{}line{font-family:\0000330}}
table.selectable tr:hover {
  cursor: pointer !important;
}

/* Sidebar (from app.scss; keep in sync) */
.sidebar .sidebar-brand {
  display: block;
  margin-bottom: 0.75rem;
}
.sidebar .sidebar-nav {
  margin-top: 0.25rem;
}
.sidebar .sidebar-header-sub {
  font-size: 0.7rem;
  padding-top: 0.35rem;
  opacity: 0.85;
}
.sidebar .sidebar-header:not(:first-of-type) {
  margin-top: 0.35rem;
}
.sidebar .sidebar-services {
  margin: 1rem 0.65rem 1rem;
  padding: 0;
}
.sidebar .sidebar-services__inner {
  padding: 0.875rem 1rem;
  border-radius: 0.35rem;
  border-left: 3px solid var(--bs-primary, #3b7ddd);
  background-color: rgba(59, 125, 221, 0.06);
}
.sidebar .sidebar-services__title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}
.sidebar .sidebar-services__title svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.sidebar .sidebar-services__text {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--bs-secondary-color, #6c757d);
  margin-bottom: 0.75rem;
}
.sidebar .sidebar-services__cta.btn-primary {
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.sidebar .sidebar-nav-admin {
  margin-top: 0.5rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
