._icon_156xs_1 {
  background: var(--info);
  display: block;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
  font-weight: bold;
}
._icon_156xs_1 img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
._icon_156xs_1._xxsmall_156xs_21 {
  height: 18px;
  width: 18px;
  font-size: 6px;
}
._icon_156xs_1._xsmall_156xs_26 {
  height: 36px;
  width: 36px;
  font-size: 10px;
}
._icon_156xs_1._large_156xs_31 {
  height: 100px;
  width: 100px;
  font-size: 50px;
}
._icon_156xs_1._large_156xs_31.avatar {
  font-size: 36px;
}
._icon_156xs_1._medium_156xs_39 {
  height: 60px;
  width: 60px;
  font-size: 30px;
}._segmentedTabs_17w6z_1 {
  display: inline-flex;
  align-self: flex-start;
  border-radius: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--border);
  background: var(--cardBg, #f5f5f5);
  max-width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
._segmentedTabs_17w6z_1::-webkit-scrollbar {
  display: none;
}

._segmentedTab_17w6z_1 {
  padding: var(--spacing-md) var(--spacing-lg);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none;
  background: transparent;
  color: var(--secondaryText);
  transition: all 0.2s;
  white-space: nowrap;
}

._segmentedTab_17w6z_1._active_17w6z_31 {
  background: var(--darker);
  color: #fff;
}