@keyframes _alternatePulse_crr1e_1 {
  0%, 100% {
    box-shadow: 0 0 0 0 var(--element-bg-color);
  }
  50% {
    box-shadow: 0 0 3px 1px var(--element-bg-color);
  }
}
._avatar_crr1e_9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-weight: 600;
  border: 2px solid white;
  user-select: none;
  overflow: hidden;
}
._avatar_crr1e_9:not(._inactive_crr1e_20) {
  animation: _alternatePulse_crr1e_1 3s infinite ease-in-out;
}
._avatar_crr1e_9._inactive_crr1e_20 {
  opacity: 0.5;
}

._mini_crr1e_27 {
  width: 16px;
  height: 16px;
  font-size: 8px;
  border-width: 2px;
}

._tiny_crr1e_34 {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-width: 2px;
}

._small_crr1e_41 {
  width: 24px;
  height: 24px;
  font-size: 10px;
  border-width: 2px;
}

._medium_crr1e_48 {
  width: 32px;
  height: 32px;
  font-size: 12px;
  border-width: 3px;
}

._large_crr1e_55 {
  width: 40px;
  height: 40px;
  font-size: 14px;
  border-width: 4px;
}._stack_2ayyt_1 {
  display: inline-flex;
  align-items: center;
  gap: -8px;
}

._avatarWrapper_2ayyt_7 {
  position: relative;
  margin-left: -8px;
}
._avatarWrapper_2ayyt_7._mini_2ayyt_11 {
  margin-left: -8px;
}
._avatarWrapper_2ayyt_7._small_2ayyt_14 {
  margin-left: -12px;
}
._avatarWrapper_2ayyt_7._medium_2ayyt_17 {
  margin-left: -16px;
}
._avatarWrapper_2ayyt_7._large_2ayyt_20 {
  margin-left: -20px;
}

._avatarWrapper_2ayyt_7:first-child {
  margin-left: 0 !important;
}

._count_2ayyt_28 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6c757d;
  color: white;
  font-weight: 600;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 8px;
}
._count_2ayyt_28._mini_2ayyt_11 {
  width: 16px;
  height: 16px;
  font-size: 8px;
}
._count_2ayyt_28._tiny_2ayyt_45 {
  width: 20px;
  height: 20px;
  font-size: 8px;
}
._count_2ayyt_28._small_2ayyt_14 {
  width: 24px;
  height: 24px;
  font-size: 9px;
}
._count_2ayyt_28._medium_2ayyt_17 {
  width: 32px;
  height: 32px;
  font-size: 11px;
}
._count_2ayyt_28._large_2ayyt_20 {
  width: 40px;
  height: 40px;
  font-size: 13px;
}._tabs_6fx6l_1 {
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
  list-style: none;
  padding: 0;
  overflow: auto;
}
._tabs_6fx6l_1 li {
  position: relative;
}
._tabs_6fx6l_1 li button {
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--mainHover);
  padding: var(--spacing-lg) 0 var(--spacing-md);
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
._tabs_6fx6l_1 li button:active {
  transform: translate(0, 0.5px);
}
._tabs_6fx6l_1 li:hover button {
  color: var(--darkGray);
}
._tabs_6fx6l_1 li._active_6fx6l_30 button {
  color: var(--darkGray);
  border-bottom: 2px solid var(--darkGray);
}
@keyframes _alternatePulse_1vfo8_1 {
  0%, 100% {
    box-shadow: 0 0 0 0 var(--element-bg-color);
  }
  50% {
    box-shadow: 0 0 3px 1px var(--element-bg-color);
  }
}
._container_1vfo8_9 {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

._label_1vfo8_18 {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._dotsList_1vfo8_27 {
  display: flex;
  gap: 0;
  position: absolute;
  top: -2px;
  right: -2px;
}
._dotsList_1vfo8_27 ._pulsingDot_1vfo8_34 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background: var(--element-bg-color);
  animation: _alternatePulse_1vfo8_1 3s infinite ease-in-out;
}

._tightList_1vfo8_43 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

._list_1vfo8_49 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

._user_1vfo8_55 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 50%;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}
._user_1vfo8_55._inactive_1vfo8_63 {
  opacity: 0.5;
}

._userName_1vfo8_67 {
  font-weight: 500;
  color: #333;
}

._field_1vfo8_72 {
  color: #666;
  font-size: 12px;
  font-style: italic;
}