.idtrader-gallery .card {
  border: 0.5px solid rgba(0, 0, 0, 0.08);
}
.pc-sidebar {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.pc-sidebar .navbar-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pc-sidebar .navbar-content {
  flex: 1;
  overflow: hidden;
}
.pc-sidebar .pc-sidebar-scroll {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 1rem;
}
.pc-sidebar .sidebar-bottom {
  flex: 0 0 auto;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(0,0,0,0.02));
}
.pc-sidebar .pc-user-card {
  position: sticky;
  bottom: 0;
  margin-bottom: 0;
}
.pc-sidebar {
  height: 100vh;
}
.pc-sidebar .navbar-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pc-sidebar .navbar-content {
  flex: 1 1 auto;
  min-height: 0;
}
.pc-sidebar .pc-sidebar-scroll {
  height: 100%;
}
.pc-sidebar .pc-sidebar-scroll[data-simplebar] .simplebar-content-wrapper {
  max-height: 100%;
}
.pc-sidebar .pc-sidebar-scroll[data-simplebar] .simplebar-content {
  padding-bottom: 0.75rem;
}
.pc-sidebar .pc-sidebar-footer {
  flex: 0 0 auto;
}
}
