.userEditForm {
  .entityList ul li.active a {
    font-weight: bold;
  }

  .entityList ul {
    .icon-warning {
      font-size:17px;
      .alert-warning;
      &:hover {
        opacity: 1;
      }
    }
  }

  .user-permissions,.superuser-access {
    margin-bottom: 32px;
  }

  .save-button-spacer {
    height: 48px;
  }

  .basic-info-tab .matomo-save-button {
    position: absolute;
    bottom: 0;

    .loadingPiwik {
      position: absolute;
    }
  }

  .twofa-confirm-modal, .change-password-modal {
    .modal-no {
      margin-left: 1em;
      margin-right: 1em;
      margin-top: 1em;
    }
  }

  .listCircle {
    margin-left: -15px;
  }

  .resend-link {
    color: #1976d2;
    cursor: pointer;
    text-decoration: underline;
  }

  .resend-notes {
    font-size: 16px !important;
    margin-top: 3em !important;
  }

  .superuser-access .disabled .checkbox > label > span {
    opacity: 0.5;
    cursor: not-allowed;

    &:hover {
      background: @theme-color-background-base;
    }
  }
}