.sidebar-right {
  position: sticky;
  top: 0;
  width: 260px;
  height: calc(100vh - var(--nav-top-height));
  max-height: calc(100vh - var(--nav-top-height));
  border-left: 1px solid #dcdcdc;
  background: #fafafa;
}

.sidebar-header {
  padding: 10px;
  font-weight: 900;
  margin-bottom: 10px;
}

.sidebar-tab {
  width: 100% !important;
}

.sidebar-tab.active {
  border-bottom: 3px solid var(--lighter-blue);
}
