$user-single-container-height: 336px;
.user-single-container-chbox {
  min-height: $user-single-container-height;
  max-height: $user-single-container-height;
  height: $user-single-container-height;

  &--search-wrapper{
    min-height: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;

    &__search-text{
      min-height: 24px;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.15px;
      flex: 2 2 268px;
      letter-spacing: 0.15px;
    }
    &__search-icon{
      min-height: 24px;
      margin-left: 10px;
      flex: 1 1 24px;
      cursor: pointer;
    }
  }

  &--wrapper {
    min-height: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;

    border-bottom: 1px solid var(--color-divider);

    &__username {

      // width: 193px;
      height: 24px;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;

      display: flex;
      align-items: center;
      letter-spacing: 0.15px;
      color: var(--main-text);

    }
    &__select {
      min-height: 24px;
      min-width: 24px;
      max-width: 24px;
    }

    &__icon {
      min-height: 40px;
      min-width: 40px;
      max-height: 40px;
      max-width: 40px;
      margin-left: 16px;
      margin-top: 8px;
      margin-bottom: 8px;
      // flex: 1 1 24px;
      display: flex;
      //cursor: pointer;
      background-color: var(--disabled-elements);
      border-radius: 50%;
      align-items: center;
      text-align: center;
      align-content: center;

      &__content {
        margin: 6px;
      }
    }
  }
}
