.gls-wzt-space-sidebar {
  flex: 1;
}
.gls-wzt-space-sidebar .gls-wzt-space-sidebar-inner {
  background: var(--bg-light);
  border-radius: 10px;
  padding: 20px 12px;
  position: sticky;
  top: 100px;
}
.gls-wzt-space-sidebar .gls-wzt-space-sidebar-inner .gls-wzt-ss-item {
  width: 100%;
  border-radius: 40px;
  background-color: var(--bg-white);
  border: 1px solid var(--bg-white);
  color: var(--text-2);
  margin-bottom: 10px;
  padding: 1.25rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gls-wzt-space-sidebar .gls-wzt-space-sidebar-inner .gls-wzt-ss-item:last-of-type {
  margin-bottom: 0;
}
.gls-wzt-space-sidebar .gls-wzt-space-sidebar-inner .gls-wzt-ss-item .text {
  font-size: 1.25rem;
  font-weight: 700;
}
.gls-wzt-space-sidebar .gls-wzt-space-sidebar-inner .gls-wzt-ss-item:hover,
.gls-wzt-space-sidebar .gls-wzt-space-sidebar-inner .gls-wzt-ss-item.active {
  border-color: var(--brand-color);
  color: var(--brand-color);
}
